aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove stale note from s_server.podBenjamin Kaduk2017-06-081-4/+0
* Ignore -named_curve auto value to improve backwards compatibilityTomas Mraz2017-06-082-0/+12
* Fix a read off the end of the input bufferRich Salz2017-06-081-2/+2
* Use memset to clear SRP_CTX instead of NULL and zero assignmentsDiego Santa Cruz2017-06-081-59/+7
* Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.Diego Santa Cruz2017-06-082-3/+21
* Clean up s_server documentationMatt Caswell2017-06-081-299/+355
* Remove doc of non-existent functionsRich Salz2017-06-0811-72/+332
* sha/asm/keccak1600-armv4.pl: switch to more efficient bit interleaving algori...Andy Polyakov2017-06-081-119/+260
* sha/keccak1600.c: switch to more efficient bit interleaving algorithm.Andy Polyakov2017-06-081-43/+95
* Add back support for SHA224 based sig algsMatt Caswell2017-06-083-7/+30
* Windows: rearrange programs cleanupRichard Levitte2017-06-081-2/+4
* Fix possible memory over-read in apps/s_client.cRich Salz2017-06-081-0/+9
* 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