summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-04-29In view of the recent BN_FLG_CONSTTIME vulnerabilities in OpenSSL,Ingo Schwarze
2018-04-29Correct direction of SSL_ERROR_ZERO_RETURN casePhilip Guenther
2018-04-28reference hosts(5) instead of networks(5)Ingo Schwarze
2018-04-28Remove references to the obsolete getnetent(3) and networks(5).Ingo Schwarze
2018-04-28Stop talking about /etc/networks, which is no longer used,Ingo Schwarze
2018-04-28Say that sethostent(3), gethostent(3), and endhostent(3) do nothing.Ingo Schwarze
2018-04-28To allow us to get rid of /etc/networks, make getnetby*(3)Ingo Schwarze
2018-04-28Minor cleanup, no functional change:Ingo Schwarze
2018-04-28To allow us to get rid of /etc/networks, make setnetent(3),Ingo Schwarze
2018-04-28Fix a small timing side channel in dsa_sign_setup(). Simple adaptationTheo Buehler
2018-04-28Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespaceTheo Buehler
2018-04-27Fix typo in binary-float example in commentPhilip Guenther
2018-04-27<sys/mount.h> and <sys/swap.h> no longer require <sys/param.h>Philip Guenther
2018-04-27pthread_join() must not return EINTRPhilip Guenther
2018-04-26Convert a format string variable to a static const char[] to reduce warningsPhilip Guenther
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
2018-04-25Put function name on a separate line and zap stray whitespace.Theo Buehler
2018-04-25In asn1.h rev. 1.46 2018/04/25 11:48:21, tb@ added const qualifiersIngo Schwarze
2018-04-25Avoid talking about the innternal, undocumented data type "struct lhash_st",Ingo Schwarze
2018-04-25Document the callbacks as taking "SSL *" and "SSL_CTX *" argumentsIngo Schwarze
2018-04-25In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiersIngo Schwarze
2018-04-25remove whitespace before closing parensTheo Buehler
2018-04-25Add const to functions in asn1/asn1.h as they did in OpenSSL.Theo Buehler
2018-04-25Fix capitalization of data. Pointed out by jsing and forgotten inTheo Buehler
2018-04-25OpenSSL started adding const to functions all over the place. Make allTheo Buehler
2018-04-24Make futex(2) also return ECANCELED in case SA_RESTART was set.Paul Irofti
2018-04-24Validate timespec and return ECANCELED when interrupted with SA_RESTART.Paul Irofti
2018-04-23Make the NULL check a separate if statement for readability andTheo Buehler
2018-04-23Make whitespace between functions and structs a bit more consistent.Theo Buehler
2018-04-23Make X509_CRL_METHOD_free() NULL-safe.Theo Buehler
2018-04-22use NULL for pointerTheo de Raadt
2018-04-22mmap() no longer needs to be used. Without providing too many details,Theo de Raadt
2018-04-19Document the "f" callback argument that tb@ asked about.Ingo Schwarze
2018-04-18tweak previous;Jason McIntyre
2018-04-18SEE ALSO and HISTORYIngo Schwarze
2018-04-18delete engine(3); nothing of value left in that pageIngo Schwarze
2018-04-18link to ENGINE_register_RSA(3) rather than engine(3)Ingo Schwarze
2018-04-18* Document DH_up_ref(3), DSA_up_ref(3), and RSA_up_ref(3).Ingo Schwarze
2018-04-18* Make the description of method selection simpler, more precise,Ingo Schwarze
2018-04-18* Do not document the non-existent function RSA_null_method(3).Ingo Schwarze
2018-04-15add a few new sentences regarding the big pictureIngo Schwarze
2018-04-15Rewrite the ENGINE_*(3) documentation from scratch - step 2,Ingo Schwarze
2018-04-15Rewrite the ENGINE_*(3) documentation from scratch (step 1,Ingo Schwarze
2018-04-14In eng_lib.c rev. 1.14 2018/04/14 07:18:37, tb@ allowed ENGINE_free(3)Ingo Schwarze
2018-04-14Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andTheo Buehler
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as inTheo Buehler
2018-04-12(file missed from previous commit)Theo de Raadt
2018-04-12Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andTheo de Raadt
2018-04-11In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changedIngo Schwarze
2018-04-11Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients fromJoel Sing