aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-12Fix a memleak in tls13_generate_secret.Bernd Edlinger1-1/+4
2017-06-12Put message strings in state filesRich Salz16-2758/+2775
2017-06-12Fix memleak in EVP_DigestSignFinal/VerifyFinal.Bernd Edlinger1-2/+10
2017-06-12Refactor functions in testdsa.hPaul Yang2-84/+54
2017-06-12Add sslapitest for SSL_early_get1_extensions_present()Benjamin Kaduk1-0/+15
2017-06-12Add SSL_early_get1_extensions_present()Benjamin Kaduk6-3/+52
2017-06-12TLS 1.3 client sigalgs test no longer needs TLS 1.2Benjamin Kaduk1-8/+8
2017-06-12drop some no-longer-relevant TODO(TLS1.3) entriesBenjamin Kaduk2-5/+3
2017-06-11Remove leading space-before-tabRich Salz1-1/+1
2017-06-11improve comment: use "optimization" for clarityJosh Soref1-2/+2
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz10-27/+308
2017-06-11doc/man3: use the documented coding style in the example codeBeat Bolli2-0/+2
2017-06-11Fix spelling errors in manpagesJosh Soref16-21/+22
2017-06-11If-guard to avoid null ptr deref in statem_srvr.cRich Salz1-1/+2
2017-06-10Remove needless type casting.Rich Salz1-2/+2
2017-06-10Fix possible usage of NULL pointers in apps/spkac.cPaul Yang1-8/+11
2017-06-09Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk2-13/+32
2017-06-09mark V_ASN1_PRIMATIVE_TAG as compatJosh Soref1-1/+1
2017-06-09fix check of broken implementations of GOST ciphersuitesPichulin Dmitrii1-36/+39
2017-06-09Fix speed command for alternation of ciphers and digests.Jonathan Protzenko1-0/+1
2017-06-09Add support for using engine-backed keys in spkacLuke Faraone2-2/+14
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang17-21/+21
2017-06-08List undocumented macrosRich Salz1-0/+29
2017-06-08Remove stale note from s_server.podBenjamin Kaduk1-4/+0
2017-06-08Ignore -named_curve auto value to improve backwards compatibilityTomas Mraz2-0/+12
2017-06-08Fix a read off the end of the input bufferRich Salz1-2/+2
2017-06-08Use memset to clear SRP_CTX instead of NULL and zero assignmentsDiego Santa Cruz1-59/+7
2017-06-08Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.Diego Santa Cruz2-3/+21
2017-06-08Clean up s_server documentationMatt Caswell1-299/+355
2017-06-08Remove doc of non-existent functionsRich Salz11-72/+332
2017-06-08sha/asm/keccak1600-armv4.pl: switch to more efficient bit interleaving algori...Andy Polyakov1-119/+260
2017-06-08sha/keccak1600.c: switch to more efficient bit interleaving algorithm.Andy Polyakov1-43/+95
2017-06-08Add back support for SHA224 based sig algsMatt Caswell3-7/+30
2017-06-08Windows: rearrange programs cleanupRichard Levitte1-2/+4
2017-06-08Fix possible memory over-read in apps/s_client.cRich Salz1-0/+9
2017-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short4-10/+32
2017-06-08doc: use /* ... */ comments in code examplesBeat Bolli2-3/+3
2017-06-08doc/man3: fix SSL_SESSSION typosBeat Bolli2-2/+2
2017-06-08SSL_CTX_set_verify.pod: move a typedef in front of its first usageBeat Bolli1-3/+2
2017-06-08doc/man3: unindent a few unintended code blocksBeat Bolli3-6/+6
2017-06-08doc/man3: reformat the function prototypes in the synopsesBeat Bolli123-541/+681
2017-06-08ERR_put_error.pod: fix the name of function ERR_add_error_vdata()Beat Bolli1-2/+2
2017-06-08doc/man3: remove a duplicate BIO_do_accept() callBeat Bolli1-6/+0
2017-06-08doc/man3: use the documented coding style in the example codeBeat Bolli54-869/+857
2017-06-07make error tables const and separate header fileRich Salz121-7242/+10788
2017-06-07Add a lock around the OBJ_NAME tableRich Salz4-51/+112
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short15-9/+238
2017-06-06Always flush the BIO when we send any alertTodd Short1-5/+3
2017-06-06Handle the server refusing to reneg in a reneg_setupTodd Short1-0/+11
2017-06-06sha/asm/keccak1600-armv4.pl: add NEON code path.Andy Polyakov1-20/+530