summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-11-10import from OpenSSL,Ingo Schwarze
2016-11-10various cleanup;Jason McIntyre
2016-11-10Copyright and licenseIngo Schwarze
2016-11-10Add the correct Copyright and license.Ingo Schwarze
2016-11-10Copyright and licenseIngo Schwarze
2016-11-10Add the correct Copyright and license.Ingo Schwarze
2016-11-09Fix a use after free error introduced in rev 1.18 by only callingTodd C. Miller
2016-11-08some cleanup;Jason McIntyre
2016-11-08When using an union including a type known for having strong alignmentMiod Vallat
2016-11-08Check for stack push failure, and correctly destroy the object we failedMiod Vallat
2016-11-08Use more homogeneous types and avoid a possible right shift by 32 inMiod Vallat
2016-11-08Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places whenMiod Vallat
2016-11-08Use sed -i to post-process .depend. This avoids permission issues causedMartin Natano
2016-11-08Reduce the ternary operator abusePhilip Guenther
2016-11-07Use __{BEGIN,END}_HIDDEN_DECLS to avoid exporting the internal symbolsPhilip Guenther
2016-11-07various cleanup;Jason McIntyre
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-11-06some cleanup;Jason McIntyre
2016-11-06sort SEE ALSO;Jason McIntyre
2016-11-06Remove unused SSLv3 from ssl3_cbc_record_digest_supported().Joel Sing
2016-11-06don't dereference a if NULLBrent Cook
2016-11-06document EVP_PKEY_get_default_digest_nid(3) in one page, not in twoIngo Schwarze
2016-11-06some minor cleanup;Jason McIntyre
2016-11-06Set the callback on the correct ssl_ctx for the SNI case, instead ofBob Beck
2016-11-06spacing between macro args and punctuation;Jason McIntyre
2016-11-06document ENGINE_add_conf_module(3) in one page, not in twoIngo Schwarze
2016-11-06document BIO_set_fd() and BIO_get_fd() in one manual page, not in two;Ingo Schwarze
2016-11-06delete prototypes available in other pages and add a missing .Xr linkIngo Schwarze
2016-11-06delete prototypes available in other pages and add two missing .Xr linksIngo Schwarze
2016-11-06first pass; ok schwarzeJason McIntyre
2016-11-06delete prototypes available in other pages and add three missing .Xr linksIngo Schwarze
2016-11-06delete prototypes available in other pages and add two missing .Xr linksIngo Schwarze
2016-11-06Split ssl3_get_client_key_exchange() into separate per algorithm functions.Joel Sing
2016-11-06Remove pointless check - without fixed ECDH, there is only one way to reachJoel Sing
2016-11-06simplify error handling in c2i_ASN1_OBJECTBrent Cook
2016-11-06Split out the DHE and ECDHE code paths fromJoel Sing
2016-11-06Adjust cipher suite strengths - move MD5 to LOW, RC4 to LOW and 3DES toJoel Sing
2016-11-06Remove the single IDEA cipher suite. There is no good reason to supportJoel Sing
2016-11-06unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305Joel Sing
2016-11-06Avoid compiling in an unused function.Joel Sing
2016-11-06adjust guards to elide unused Bi arrayBrent Cook
2016-11-06Rework X509_verify_cert to support alt chains on certificate verification,Bob Beck
2016-11-06The upcoming x509 alt chains diff tightens the trust requirementsBob Beck
2016-11-06Commit a reminder that the default is not the default. This needs toBob Beck
2016-11-06remove unused variableBrent Cook
2016-11-06use the correct function for freeBrent Cook
2016-11-06add an .Xr that was missingIngo Schwarze
2016-11-05document BN_set_negative() and BN_is_negative();Ingo Schwarze
2016-11-05Part one of the alt chains changes, bring in newer modifications toBob Beck
2016-11-05Add objects for X25519, X448, Ed25519 and Ed448.Joel Sing