openssl.git
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2020-01-30 Matt CaswellDon't acknowledge a servername following warning alert...
2020-01-30 Matt CaswellProvide better documentation for SSL_get_servername()
2020-01-30 Matt CaswellTest that SSL_get_servername returns what we expect
2020-01-30 Matt CaswellFix SSL_get_servername() and SNI behaviour
2020-01-30 David MakepeaceFix type name typo in d2i/i2d documentation.
2020-01-29 Rich SalzAdd -issuer_checks to verify options
2020-01-29 Rich SalzDocument most missing options
2020-01-29 Rich SalzAdd more generated man1 doc files
2020-01-29 Shane LontisAdd RSA key validation to default provider
2020-01-29 PauliTLS: use EVP for HMAC throughout libssl.
2020-01-29 PauliDeprecate the low level HMAC functions
2020-01-29 Paulihmac: preprocessor indentation fixes
2020-01-29 PauliDeprecate the low level CMAC functions
2020-01-29 Paulicmac: preprocessor indentation fixes
2020-01-28 Richard LevitteAdapt X509_PUBKEY_set() for use with provided implement...
2020-01-28 Richard Levittetest_evp_extra_test.c: don't rely on exact parameter...
2020-01-28 Richard LevittePROV: Adapt the DSA signature implementation to provide...
2020-01-28 Richard LevitteAdapt ASN1_item_sign_ctx() for use with provided keypairs
2020-01-27 Matt CaswellModify EVP_PKEY_CTX_new_from_pkey() to add a propquery...
2020-01-27 Richard LevitteOpenSSL::Test: bring back the relative paths
2020-01-26 Richard Levittetest/recipes/30-test_evp.t: Fix multiple definition...
2020-01-25 Kurt RoeckxCheck that the default signature type is allowed
2020-01-25 Kurt RoeckxReplace apps/server.pem with certificate with a sha256...
2020-01-25 Richard LevitteEVP: Adapt EVP_PKEY Seal and Open for provider keys
2020-01-25 Benjamin Kadukopenssl-config: add example libssl system-defaults
2020-01-24 PauliDeprecate the low level DES functions.
2020-01-24 Paulides: fix header file preprocessor indentation
2020-01-24 Matt CaswellMake sure we use RAND_bytes_ex and RAND_priv_bytes_ex...
2020-01-24 Dmitry BelyavskiyNew functions for PKCS8 attributes management - documen...
2020-01-24 Dmitry BelyavskiyNew functions for PKCS8 attributes management
2020-01-24 Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-23 Rich SalzUpdate man3/verify documentation, error text
2020-01-23 Richard LevitteConfigure: Better detection of '-static' in @{$config...
2020-01-23 Richard LevitteAdd answers for EVP_PKEY_get_default_digest_name()...
2020-01-23 Richard LevitteEVP: Add EVP_PKEY_get_default_digest_name() and use it
2020-01-23 Richard LevitteAdd internal maxsize macros
2020-01-23 Richard LevittePROV: Fix bignum printout in text serializers
2020-01-23 Shane LontisAdd DH key exchange to fips provider
2020-01-23 Shane LontisCheck ECC-CDH is compliant with SP800-56A-r3
2020-01-23 Shane LontisRe-remove TS_VERIFY_CTX_set_certs entry from missingcry...
2020-01-22 kinichiroAvoid leak in error path of PKCS5_PBE_keyivgen
2020-01-22 Dmitry BelyavskiyLegacy digests can have custom control values
2020-01-22 David BenjaminDo not silently truncate files on perlasm errors
2020-01-22 Dmitry BelyavskiyRussian Elbrus processors support
2020-01-22 Rich SalzAdd missing files to generated
2020-01-22 Rich SalzFix some missing doc links.
2020-01-22 Matt CaswellDocument the SSL_CTX_with_libctx() function
2020-01-22 Matt CaswellIntroduce SSL_CTX_new_with_libex()
2020-01-21 Richard LevittePROV: Add support for error queue marks and implement...
2020-01-21 Richard LevitteEVP: clear error when falling back from failed EVP_KEYM...
2020-01-20 H.J. LuFix unwind info in crypto/rc4/asm/rc4-x86_64.pl
2020-01-20 Matt CaswellImplement the NULL cipher in the default provider
2020-01-20 Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-20 Matt CaswellDon't register drbg_delete_thread_state twice
2020-01-20 Matt CaswellFix init_thread_stop
2020-01-19 Matt Caswelllibssl: Eliminate as much use of EVP_PKEY_size() as...
2020-01-19 Richard Levittelibcrypto: Eliminate as much use of EVP_PKEY_size(...
2020-01-19 Richard LevitteAPPS & TEST: Eliminate as much use of EVP_PKEY_size...
2020-01-19 Paulimdc2: use evp_test instead of a separate test application.
2020-01-19 Pauliapps: Fix deprecation conditional in speed.c
2020-01-19 PauliDeprecate the low level IDEA functions.
2020-01-19 Pauliidea: fix preprocessor indention
2020-01-19 Pauliparam_bld: add a padded BN call.
2020-01-19 PauliTODO: undo md5.h and sha.h changes temporarily
2020-01-19 PauliDeprecate the low level MD5 functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-19 Paulisha: fix preprocessor indentation
2020-01-18 Richard LevitteAdd GNU properties note for Intel CET in x86_64-xlate.pl
2020-01-18 Richard LevitteEVP: Add evp_pkey_make_provided() and refactor around it
2020-01-17 Richard LevitteCORE: renumber OSSL_FUNC_KEYMGMT macros
2020-01-17 Richard LevitteDSA: Move DSA_security_bits() and DSA_bits()
2020-01-17 Richard LevitteAdd CHANGES entry regarding the documentation of EVP_PK...
2020-01-17 Richard LevitteDOC: Make EVP_SignInit.pod conform with man-pages(7)
2020-01-17 Richard LevitteDOC: New file for EVP_PKEY_size(), EVP_PKEY_bits()...
2020-01-17 Richard LevitteTEST: Adapt test/evp_pkey_provided_test.c to check...
2020-01-17 Richard LevittePROV: Adapt the RSA, DSA and DH KEYMGMT implementations
2020-01-17 Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-17 Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-17 Richard LevitteFor all assembler scripts where it matters, recognise...
2020-01-17 Richard LevitteBuild file templates: Use explicit files instead of...
2020-01-17 Paulinews: combined NEWS entry for deprecated low level...
2020-01-17 Paulichanges: combined CHANGES entry for deprecated low...
2020-01-17 Paul YangAdd duplication APIs to ASN1_TIME and related types
2020-01-16 PauliDigest function deprecation CHANGES.
2020-01-16 Benjamin KadukUpdate SSL_CTX_sess_set_new_cb(3) docs for refcounts
2020-01-16 Richard LevitteMove the stored namemap pre-population to namemap const...
2020-01-16 Paul YangAdd doc for TS_VERIFY_CTX_set_certs()
2020-01-15 Richard LevittePROV: Adapt the DSA keymgmt implementation to no ex_fields
2020-01-15 Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2020-01-15 PauliDeprecate the low level RC5 functions
2020-01-15 Paulirc5: fix preprocessor indentation
2020-01-15 PauliDeprecate the low level RC4 functions
2020-01-15 Paulirc4: fix preprocessor indentation
2020-01-15 PauliDeprecate the low level RC2 functions
2020-01-15 Paulirc2: fix preprocessor indentation
2020-01-15 PauliDeprecate the low level SEED functions
2020-01-15 Pauliseed: fix preprocessor indentation
2020-01-15 Dmitry BelyavskiyRestoring correct check for legacy PKEY
2020-01-15 Shane LontisAdd FIPS Self test kats for digests
next