aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Add a DRBG to each SSL objectRich Salz13-20/+51
2017-08-03Switch from ossl_rand to DRBG randRich Salz34-1397/+816
2017-08-03Move ossl_assertMatt Caswell14-18/+29
2017-08-03remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu2-4/+1
2017-08-03Remove the obsolete misleading comment and code related to it.Lingmo Zhu1-4/+7
2017-08-03Allow use of long name for KDFsDr. Stephen Henson3-3/+20
2017-08-03Fix indentationJohannes Bauer1-1/+1
2017-08-03Added differentiation between missing secret and missing seedJohannes Bauer4-1/+8
2017-08-03Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer5-12/+25
2017-08-03More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer5-2/+18
2017-08-03Set error when HKDF used without parametersJohannes Bauer4-1/+6
2017-08-02sha/asm/keccak1600-armv4.pl: improve non-NEON performance by ~10%.Andy Polyakov1-352/+388
2017-08-02Simplify some of the sslapitest code.Pauli1-79/+32
2017-08-02Adding NID_hmac_sha1 and _md5 to builtin_pbe[]Martin Peylo1-0/+2
2017-08-02Remove EXECUTE_TEST_NO_TEARDOWN.Pauli2-78/+60
2017-08-01sha/keccak1600.c: choose more sensible default parameters.Andy Polyakov1-11/+21
2017-08-01asn1/a_time.c: make handling of 'fractional point' formally correct.Andy Polyakov1-17/+20
2017-08-01Add test case for ASN1_TIME_printPaul Yang1-0/+59
2017-08-01Add EC key generation paragraph in doc/HOWTO/keys.txtPaul Yang1-13/+46
2017-08-01RSA_get0_ functions permit NULL parametersKen Goldman1-0/+4
2017-08-01Add a test to check we get a new session even if s->hit is true in TLSv1.3Matt Caswell1-20/+39
2017-08-01Fix new_session_cb calls in TLSv1.3Matt Caswell3-10/+16
2017-08-01Add '-ext' option to display extensions in 'x509'Paul Yang2-3/+116
2017-08-01Fix typo in documentsXiaoyin Liu16-28/+27
2017-07-31Fix an information leak in the RSA padding check code.Bernd Edlinger2-4/+4
2017-07-31Fix SSL_set_tlsext_debug_callback/-tlsextdebugTodd Short1-6/+5
2017-07-31Fix the names of older ciphers.David Benjamin4-68/+70
2017-07-31Fix errors in SSL_state_string_longXiaoyin Liu1-3/+3
2017-07-31app_isdir() cleanupXiaoyin Liu1-11/+9
2017-07-31bn/bn_lcl.h: restore formatting.Andy Polyakov1-10/+10
2017-07-31bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.Andy Polyakov1-11/+9
2017-07-31bn/bn_lcl.h: improve inline assembly coverage on PPC64.Andy Polyakov1-7/+7
2017-07-30Fix typo in sha1-thumb.plXiaoyin Liu1-1/+1
2017-07-30Refactor ASN1_TIME_print functionsPaul Yang3-92/+47
2017-07-30Fix typo in ASN1_TIME_set.podXiaoyin Liu1-1/+1
2017-07-30Fix typos in files in ssl directoryXiaoyin Liu4-6/+6
2017-07-30Update ASN1_TIME_to_tm's documentationPaul Yang1-1/+3
2017-07-30Update copyright headerXiaoyin Liu1-1/+1
2017-07-30Remove redundant declarations in ssl_locl.hXiaoyin Liu2-9/+1
2017-07-30Remove redundant declarations in record_locl.hXiaoyin Liu1-1/+0
2017-07-29make updateDr. Stephen Henson1-0/+2
2017-07-29Add list -public-key-methodsDr. Stephen Henson2-1/+29
2017-07-29Add public key method enumeration function.Dr. Stephen Henson4-7/+104
2017-07-29Add some test coverage for OPENSSL_secure_clear_freeBernd Edlinger1-4/+10
2017-07-29Use OPENSSL_secure_clear_free in STORE file_loadBernd Edlinger1-5/+5
2017-07-29Use OPENSSL_secure_clear_free in PEM_read_bio_PrivateKey and PEM_read_bio_exBernd Edlinger2-15/+15
2017-07-29Document OPENSSL_secure_clear_freeBernd Edlinger1-2/+16
2017-07-29Use OPENSSL_secure_clear_free for secure mem BIOs and X25519 private keysBernd Edlinger2-3/+3
2017-07-29Implement the CRYPTO_secure_clear_free functionBernd Edlinger4-0/+33
2017-07-29Add some test coverage for PEM_read_bio_PrivateKeyBernd Edlinger1-1/+5