summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* various cleanup;jmc2016-11-178-36/+35
* Convert ssl3_get_client_kex_dhe() to CBS and perform some general codejsing2016-11-171-38/+29
* Use defines instead of magic numbers and comments.jsing2016-11-171-5/+3
* Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),reyk2016-11-163-3/+9
* various cleanup;jmc2016-11-156-53/+54
* Add Copyright and license.schwarze2016-11-141-3/+54
* Add Copyright and license.schwarze2016-11-141-13/+93
* Copyright and licenseschwarze2016-11-141-2/+50
* Add Copyright and license.schwarze2016-11-141-10/+65
* various cleanup;jmc2016-11-141-48/+50
* Add Copyright and license.schwarze2016-11-141-5/+51
* Add Copyright and license.schwarze2016-11-141-14/+79
* Fix previous change to X509_STORE_add_{cert,crl} to not free the inputmiod2016-11-131-3/+7
* minor cleanup;jmc2016-11-125-20/+20
* the referred to EXAMPLES section is now in strncpy(3);jmc2016-11-121-3/+3
* Bump TLS_API due to recent feature additions and changes.jsing2016-11-111-2/+2
* Change the return value of tls_config_set_protocols() andjsing2016-11-113-12/+18
* Disable ec assembly for amd64 pending fixes for ssh, and bumpbeck2016-11-114-10/+10
* add copyright and licenseschwarze2016-11-111-3/+52
* add Copyright and license,schwarze2016-11-111-5/+53
* add Copyright and licenseschwarze2016-11-111-4/+51
* import ASN1_TYPE_get(3) from OpenSSL,schwarze2016-11-112-1/+213
* minor cleanup;jmc2016-11-101-6/+6
* import from OpenSSL,schwarze2016-11-101-0/+246
* various cleanup;jmc2016-11-107-57/+52
* Copyright and licenseschwarze2016-11-102-4/+102
* Add the correct Copyright and license.schwarze2016-11-101-5/+55
* Copyright and licenseschwarze2016-11-101-2/+51
* Add the correct Copyright and license.schwarze2016-11-101-2/+55
* Fix a use after free error introduced in rev 1.18 by only callingmillert2016-11-091-8/+11
* some cleanup;jmc2016-11-0811-63/+62
* When using an union including a type known for having strong alignmentmiod2016-11-081-7/+15
* Check for stack push failure, and correctly destroy the object we failedmiod2016-11-081-20/+47
* Use more homogeneous types and avoid a possible right shift by 32 inmiod2016-11-081-17/+11
* Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places whenmiod2016-11-085-14/+32
* Use sed -i to post-process .depend. This avoids permission issues causednatano2016-11-081-8/+2
* Reduce the ternary operator abuseguenther2016-11-081-3/+8
* Use __{BEGIN,END}_HIDDEN_DECLS to avoid exporting the internal symbolsguenther2016-11-071-6/+2
* various cleanup;jmc2016-11-0721-200/+193
* Split PID from TID, giving processes a PID unrelated to the TID of theirguenther2016-11-073-39/+26
* some cleanup;jmc2016-11-061-31/+28
* sort SEE ALSO;jmc2016-11-061-2/+2
* Remove unused SSLv3 from ssl3_cbc_record_digest_supported().jsing2016-11-063-77/+33
* don't dereference a if NULLbcook2016-11-061-2/+2
* document EVP_PKEY_get_default_digest_nid(3) in one page, not in twoschwarze2016-11-062-8/+4
* some minor cleanup;jmc2016-11-065-43/+42
* Set the callback on the correct ssl_ctx for the SNI case, instead ofbeck2016-11-061-2/+2
* spacing between macro args and punctuation;jmc2016-11-062-4/+4
* document ENGINE_add_conf_module(3) in one page, not in twoschwarze2016-11-061-3/+2
* document BIO_set_fd() and BIO_get_fd() in one manual page, not in two;schwarze2016-11-062-60/+32