aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in files in crypto folderXiaoyin Liu2017-08-054-8/+8
* Fix typo in HKDF example documentationJohannes Bauer2017-08-051-1/+1
* Add entropy sanity checkDr. Stephen Henson2017-08-051-0/+5
* Set randomness buffer pointer in get_entropy calls.Dr. Stephen Henson2017-08-051-0/+2
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-0412-199/+597
* Test fixtures changed to pointers.Pauli2017-08-043-127/+139
* recipes/80-test_ca.t: make it work with spaces in pathnames.Andy Polyakov2017-08-031-1/+1
* Add RAND_priv_bytes() for private keysRich Salz2017-08-0319-53/+126
* Add a DRBG to each SSL objectRich Salz2017-08-0313-20/+51
* Switch from ossl_rand to DRBG randRich Salz2017-08-0334-1397/+816
* Move ossl_assertMatt Caswell2017-08-0314-18/+29
* remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu2017-08-032-4/+1
* Remove the obsolete misleading comment and code related to it.Lingmo Zhu2017-08-031-4/+7
* Allow use of long name for KDFsDr. Stephen Henson2017-08-033-3/+20
* Fix indentationJohannes Bauer2017-08-031-1/+1
* Added differentiation between missing secret and missing seedJohannes Bauer2017-08-034-1/+8
* Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer2017-08-035-12/+25
* More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer2017-08-035-2/+18
* Set error when HKDF used without parametersJohannes Bauer2017-08-034-1/+6
* sha/asm/keccak1600-armv4.pl: improve non-NEON performance by ~10%.Andy Polyakov2017-08-021-352/+388
* Simplify some of the sslapitest code.Pauli2017-08-021-79/+32
* Adding NID_hmac_sha1 and _md5 to builtin_pbe[]Martin Peylo2017-08-021-0/+2
* Remove EXECUTE_TEST_NO_TEARDOWN.Pauli2017-08-022-78/+60
* sha/keccak1600.c: choose more sensible default parameters.Andy Polyakov2017-08-011-11/+21
* asn1/a_time.c: make handling of 'fractional point' formally correct.Andy Polyakov2017-08-011-17/+20
* Add test case for ASN1_TIME_printPaul Yang2017-08-011-0/+59
* Add EC key generation paragraph in doc/HOWTO/keys.txtPaul Yang2017-08-011-13/+46
* RSA_get0_ functions permit NULL parametersKen Goldman2017-08-011-0/+4
* Add a test to check we get a new session even if s->hit is true in TLSv1.3Matt Caswell2017-08-011-20/+39
* Fix new_session_cb calls in TLSv1.3Matt Caswell2017-08-013-10/+16
* Add '-ext' option to display extensions in 'x509'Paul Yang2017-08-012-3/+116
* Fix typo in documentsXiaoyin Liu2017-08-0116-28/+27
* Fix an information leak in the RSA padding check code.Bernd Edlinger2017-07-312-4/+4
* Fix SSL_set_tlsext_debug_callback/-tlsextdebugTodd Short2017-07-311-6/+5
* Fix the names of older ciphers.David Benjamin2017-07-314-68/+70
* Fix errors in SSL_state_string_longXiaoyin Liu2017-07-311-3/+3
* app_isdir() cleanupXiaoyin Liu2017-07-311-11/+9
* bn/bn_lcl.h: restore formatting.Andy Polyakov2017-07-311-10/+10
* bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.Andy Polyakov2017-07-311-11/+9
* bn/bn_lcl.h: improve inline assembly coverage on PPC64.Andy Polyakov2017-07-311-7/+7
* Fix typo in sha1-thumb.plXiaoyin Liu2017-07-301-1/+1
* Refactor ASN1_TIME_print functionsPaul Yang2017-07-303-92/+47
* Fix typo in ASN1_TIME_set.podXiaoyin Liu2017-07-301-1/+1
* Fix typos in files in ssl directoryXiaoyin Liu2017-07-304-6/+6
* Update ASN1_TIME_to_tm's documentationPaul Yang2017-07-301-1/+3
* Update copyright headerXiaoyin Liu2017-07-301-1/+1
* Remove redundant declarations in ssl_locl.hXiaoyin Liu2017-07-302-9/+1
* Remove redundant declarations in record_locl.hXiaoyin Liu2017-07-301-1/+0
* make updateDr. Stephen Henson2017-07-291-0/+2
* Add list -public-key-methodsDr. Stephen Henson2017-07-292-1/+29