aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rearrange OBJ_create_objects()topic/fix-config-parse-oid_sectionKazuki Yamaguchi2017-06-211-31/+45
* Fix parsing of oid_section in configKazuki Yamaguchi2017-06-211-21/+19
* Do not attempt session resumption on initial handshakeKazuki Yamaguchi2017-06-141-0/+2
* Fix possible crash in X931 code.Bernd Edlinger2017-06-142-2/+8
* Fix another possible crash in rsa_ossl_mod_exp.Bernd Edlinger2017-06-141-0/+2
* Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger2017-06-141-0/+2
* Fix crash in ecdh_simple_compute_key.Bernd Edlinger2017-06-141-0/+4
* Fix a possible crash in the error handling.Bernd Edlinger2017-06-131-0/+12
* Update copyright on progs.hRich Salz2017-06-131-2/+2
* Fix a memleak in ec_copy_parameters.Bernd Edlinger2017-06-131-2/+6
* perlasm/ppc-xlate.pl: add PowerISA 3.0B instructions.Andy Polyakov2017-06-131-2/+28
* Make SNI behavior more clear in s_client doc & helpPaul Yang2017-06-132-6/+10
* Rework writing crypto/err/openssl.txtRichard Levitte2017-06-131-6/+9
* Add -module option to util/mkerr.plRichard Levitte2017-06-121-0/+13
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-1245-704/+770
* Fix a memleak in tls13_generate_secret.Bernd Edlinger2017-06-121-1/+4
* Put message strings in state filesRich Salz2017-06-1216-2758/+2775
* Fix memleak in EVP_DigestSignFinal/VerifyFinal.Bernd Edlinger2017-06-121-2/+10
* Refactor functions in testdsa.hPaul Yang2017-06-122-84/+54
* Add sslapitest for SSL_early_get1_extensions_present()Benjamin Kaduk2017-06-121-0/+15
* Add SSL_early_get1_extensions_present()Benjamin Kaduk2017-06-126-3/+52
* TLS 1.3 client sigalgs test no longer needs TLS 1.2Benjamin Kaduk2017-06-121-8/+8
* drop some no-longer-relevant TODO(TLS1.3) entriesBenjamin Kaduk2017-06-122-5/+3
* Remove leading space-before-tabRich Salz2017-06-111-1/+1
* improve comment: use "optimization" for clarityJosh Soref2017-06-111-2/+2
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-1110-27/+308
* doc/man3: use the documented coding style in the example codeBeat Bolli2017-06-112-0/+2
* Fix spelling errors in manpagesJosh Soref2017-06-1116-21/+22
* If-guard to avoid null ptr deref in statem_srvr.cRich Salz2017-06-111-1/+2
* Remove needless type casting.Rich Salz2017-06-101-2/+2
* Fix possible usage of NULL pointers in apps/spkac.cPaul Yang2017-06-101-8/+11
* Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk2017-06-092-13/+32
* mark V_ASN1_PRIMATIVE_TAG as compatJosh Soref2017-06-091-1/+1
* fix check of broken implementations of GOST ciphersuitesPichulin Dmitrii2017-06-091-36/+39
* Fix speed command for alternation of ciphers and digests.Jonathan Protzenko2017-06-091-0/+1
* Add support for using engine-backed keys in spkacLuke Faraone2017-06-092-2/+14
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-0917-21/+21
* List undocumented macrosRich Salz2017-06-081-0/+29
* 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