summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-08-04Test fixtures changed to pointers.Pauli
2017-08-03recipes/80-test_ca.t: make it work with spaces in pathnames.Andy Polyakov
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-08-03Move ossl_assertMatt Caswell
2017-08-03remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu
2017-08-03Remove the obsolete misleading comment and code related to it.Lingmo Zhu
2017-08-03Allow use of long name for KDFsDr. Stephen Henson
2017-08-03Fix indentationJohannes Bauer
2017-08-03Added differentiation between missing secret and missing seedJohannes Bauer
2017-08-03Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer
2017-08-03More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer
2017-08-03Set error when HKDF used without parametersJohannes Bauer
2017-08-02sha/asm/keccak1600-armv4.pl: improve non-NEON performance by ~10%.Andy Polyakov
2017-08-02Simplify some of the sslapitest code.Pauli
2017-08-02Adding NID_hmac_sha1 and _md5 to builtin_pbe[]Martin Peylo
2017-08-02Remove EXECUTE_TEST_NO_TEARDOWN.Pauli
2017-08-01sha/keccak1600.c: choose more sensible default parameters.Andy Polyakov
2017-08-01asn1/a_time.c: make handling of 'fractional point' formally correct.Andy Polyakov
2017-08-01Add test case for ASN1_TIME_printPaul Yang
2017-08-01Add EC key generation paragraph in doc/HOWTO/keys.txtPaul Yang
2017-08-01RSA_get0_ functions permit NULL parametersKen Goldman
2017-08-01Add a test to check we get a new session even if s->hit is true in TLSv1.3Matt Caswell
2017-08-01Fix new_session_cb calls in TLSv1.3Matt Caswell
2017-08-01Add '-ext' option to display extensions in 'x509'Paul Yang
2017-08-01Fix typo in documentsXiaoyin Liu
2017-07-31Fix an information leak in the RSA padding check code.Bernd Edlinger
2017-07-31Fix SSL_set_tlsext_debug_callback/-tlsextdebugTodd Short
2017-07-31Fix the names of older ciphers.David Benjamin
2017-07-31Fix errors in SSL_state_string_longXiaoyin Liu
2017-07-31app_isdir() cleanupXiaoyin Liu
2017-07-31bn/bn_lcl.h: restore formatting.Andy Polyakov
2017-07-31bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.Andy Polyakov
2017-07-31bn/bn_lcl.h: improve inline assembly coverage on PPC64.Andy Polyakov
2017-07-30Fix typo in sha1-thumb.plXiaoyin Liu
2017-07-30Refactor ASN1_TIME_print functionsPaul Yang
2017-07-30Fix typo in ASN1_TIME_set.podXiaoyin Liu
2017-07-30Fix typos in files in ssl directoryXiaoyin Liu
2017-07-30Update ASN1_TIME_to_tm's documentationPaul Yang
2017-07-30Update copyright headerXiaoyin Liu
2017-07-30Remove redundant declarations in ssl_locl.hXiaoyin Liu
2017-07-30Remove redundant declarations in record_locl.hXiaoyin Liu
2017-07-29make updateDr. Stephen Henson
2017-07-29Add list -public-key-methodsDr. Stephen Henson
2017-07-29Add public key method enumeration function.Dr. Stephen Henson
2017-07-29Add some test coverage for OPENSSL_secure_clear_freeBernd Edlinger
2017-07-29Use OPENSSL_secure_clear_free in STORE file_loadBernd Edlinger
2017-07-29Use OPENSSL_secure_clear_free in PEM_read_bio_PrivateKey and PEM_read_bio_exBernd Edlinger