aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #340: Parse ASN1_TIME to struct tmTodd Short2017-06-084-10/+32
* doc: use /* ... */ comments in code examplesBeat Bolli2017-06-082-3/+3
* doc/man3: fix SSL_SESSSION typosBeat Bolli2017-06-082-2/+2
* SSL_CTX_set_verify.pod: move a typedef in front of its first usageBeat Bolli2017-06-081-3/+2
* doc/man3: unindent a few unintended code blocksBeat Bolli2017-06-083-6/+6
* doc/man3: reformat the function prototypes in the synopsesBeat Bolli2017-06-08123-541/+681
* ERR_put_error.pod: fix the name of function ERR_add_error_vdata()Beat Bolli2017-06-081-2/+2
* doc/man3: remove a duplicate BIO_do_accept() callBeat Bolli2017-06-081-6/+0
* doc/man3: use the documented coding style in the example codeBeat Bolli2017-06-0854-869/+857
* make error tables const and separate header fileRich Salz2017-06-07121-7242/+10788
* Add a lock around the OBJ_NAME tableRich Salz2017-06-074-51/+112
* Fix #2400 Add NO_RENEGOTIATE optionTodd Short2017-06-0615-9/+238
* Always flush the BIO when we send any alertTodd Short2017-06-061-5/+3
* Handle the server refusing to reneg in a reneg_setupTodd Short2017-06-061-0/+11
* sha/asm/keccak1600-armv4.pl: add NEON code path.Andy Polyakov2017-06-061-20/+530
* sha/asm/keccak1600-armv4.pl: add SHA3_absorb and SHA3_squeeze.Andy Polyakov2017-06-061-50/+319
* sha/asm/keccak1600-armv4.pl: optimization based on profiler feedback.Andy Polyakov2017-06-061-80/+80
* Add sha/asm/keccak1600-armv4.pl.Andy Polyakov2017-06-061-0/+532
* Fix coding stylePaul Yang2017-06-061-56/+32
* Fix doc nits in X509_check_private_key.podPaul Yang2017-06-061-1/+1
* Set local variable to 0 to avoid build errorPaul Yang2017-06-061-1/+1
* Add test cases for X509_check_private_keyPaul Yang2017-06-065-1/+225
* Document X509_check_private_key and relativePaul Yang2017-06-061-0/+54
* Move and update RSA-PSS documentation.Dr. Stephen Henson2017-06-061-7/+17
* Fix define to match documentationDr. Stephen Henson2017-06-061-1/+1
* Document default client -psk_identityRich Salz2017-06-052-0/+3
* Avoid failing s_server when client's psk_identity is unexpectedDaniel Kahn Gillmor2017-06-052-6/+18
* Use common STANZA for bn and exp testsRich Salz2017-06-0510-362/+360
* sha/keccak1600.c: add #ifdef KECCAK1600_ASM.Andy Polyakov2017-06-051-0/+7
* sha/keccak1600.c: reduce temporary storage utilization even futher.Andy Polyakov2017-06-051-47/+46
* sha/keccak1600.c: add another 1x variant.Andy Polyakov2017-06-051-0/+144
* sha/keccak1600.c: add ARM-specific "reference" tweaks.Andy Polyakov2017-06-051-21/+41
* ec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.Andy Polyakov2017-06-051-13/+9
* Fix ex_data and session_dup issuesTodd Short2017-06-024-11/+145
* Add text pointing to full change list.Rich Salz2017-06-021-0/+5
* Work around Travis "virtual memory exhausted" errorMatt Caswell2017-06-021-1/+1
* Left shift of a negative number is undefined behaviourMatt Caswell2017-06-021-115/+115
* Added mysql as starttls protocol.Keigo Tanaka2017-06-012-1/+84
* Remove unnecessary if condition from apps.cAashil Patel2017-06-011-3/+3
* Add -p (public only) flag to find-doc-nitsRich Salz2017-06-013-45/+80
* Only release thread-local key if we created it.Rich Salz2017-05-311-1/+4
* Add some OID's from X.520Erwann Abalea2017-05-315-6/+56
* Add UI functionality to duplicate the user dataRichard Levitte2017-05-318-21/+145
* Fix coding style in apps/passwd filePaul Yang2017-05-311-27/+26
* CLA: trivialHorimotoYasuhiro2017-05-311-3/+3
* Wait longer for the server in TLSProxy to startMatt Caswell2017-05-311-1/+1
* Clear sensitive data in ED25519_signDr. Stephen Henson2017-05-301-1/+7
* Add Ed25519 documentationDr. Stephen Henson2017-05-303-6/+76
* no-ec fixDr. Stephen Henson2017-05-301-3/+10
* Add Ed25519 verify test.Dr. Stephen Henson2017-05-303-1/+23