summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-07-19Make exponents of x and y signed and fix esx and esyMartynas Venckus
2015-07-19tweak previous; ok dougJason McIntyre
2015-07-19sort; ok deraadtJason McIntyre
2015-07-19typo; ralf horstmannTheo de Raadt
2015-07-19word fix;Jason McIntyre
2015-07-19oops, SYS_ prefix stayed; noted by jmcTheo de Raadt
2015-07-19no need for -compact;Jason McIntyre
2015-07-19some basic tweaks;Jason McIntyre
2015-07-19Convert ssl3_get_certificate_request to CBS.Doug Hogan
2015-07-19Fix symbol collision with libtls.Doug Hogan
2015-07-19Handle malloc(0) returning NULL (which can happen on some otherNicholas Marriott
2015-07-19Trailing spaces and missing .Pp.Nicholas Marriott
2015-07-19succesfull -> succesful, from Ross L RichardsonNicholas Marriott
2015-07-19adding a syscall requires a minor bump; ok guenther@Ingo Schwarze
2015-07-19Add TLS_method, TLS_client_method and TLS_server_method.Doug Hogan
2015-07-19Crank major and remove legacy variables.Doug Hogan
2015-07-19Crank the major of libtls: the behaviour of tls_write() has beenReyk Floeter
2015-07-19Add documentation on how to use TLS_{READ,WRITE}_AGAIN.Doug Hogan
2015-07-19Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init()Miod Vallat
2015-07-19Put explicit braces around assignment used in a conditional.Miod Vallat
2015-07-19manual page for tame(2). not very good, so i will be hearing from jmcTheo de Raadt
2015-07-19Remove the logic responsible for outputting most AES-NI instructions asMiod Vallat
2015-07-19Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly theMiod Vallat
2015-07-19Simplify X509_STORE_CTX_init and make it safe with stack variables.Doug Hogan
2015-07-19Remove case that can never happen.Doug Hogan
2015-07-19Fix Coverity 72742 - ret is overwritten immediately after this.Bob Beck
2015-07-19Assign p to CBS_data since it is used later.Doug Hogan
2015-07-19abort when ENGINE_remove fails, fix Coverity 21656Brent Cook
2015-07-18Convert dtls1_get_message_header to CBS and change to int.Doug Hogan
2012-10-13import OpenSSL-1.0.1cDamien Miller
2015-07-18Convert dtls1_get_message_header to CBS and change to int.Doug Hogan
2015-07-18rand_err doesn't exist anymore, coverity 78808Bob Beck
2015-07-18Coverity 21651Bob Beck
2015-07-18Convert dtls1_get_record to CBS.Doug Hogan
2015-07-18Remove repeated code in dtls1_get_record.Doug Hogan
2015-07-18Set SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFERAlexander Bluhm
2015-07-18Dead code, Coverity 78798Bob Beck
2015-07-18Coverity ID 78910 - Yet another stupid API designed to not show failures. do theBob Beck
2015-07-18Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround.Doug Hogan
2015-07-18Check the return value of ASN1_STRING_set(), for it may fail to allocateMiod Vallat
2015-07-18tweak previous;Jason McIntyre
2015-07-18Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay.Doug Hogan
2015-07-18Unbreak, add errno headerJeremy Evans
2015-07-18set errno in null cases, just in case.Ted Unangst
2015-07-18standards compliant error return (null). will make ruby happier, at least.Ted Unangst
2015-07-18On systems with a full routing table (550k+), we often want to be able toPeter Hessler
2015-07-18Fix leak found by coverity, issue 78897 - which also brough toBob Beck
2015-07-17delete doubled words;Ingo Schwarze
2015-07-17extenstion -> extensionMiod Vallat
2015-07-17Convert ssl_parse_serverhello_use_srtp_ext to CBS.Doug Hogan