Remove the function EVP_PKEY_set_alias_type
[openssl.git] / util /
2021-04-12 Matt CaswellRemove the function EVP_PKEY_set_alias_type
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-12 Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Shane LontisFix more certificate related lib_ctx settings.
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02 Richard LevitteAdd OSSL_STORE_LOADER_description()
2021-04-02 Richard LevitteAdd OSSL_DECODER_description() and OSSL_ENCODER_descrip...
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-31 Rich SalzAdd a local perl module to get year last changed
2021-03-30 Alex YurshaPrint correct error message in utils/mkdir-p.pl
2021-03-30 Randall S. BeckerAdd explicit support in util/shlib_wrap.sh.in for NonSt...
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-26 Dr. David von OheimbHTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_C...
2021-03-25 Matt CaswellTeach TLSProxy how to encrypt <= TLSv1.2 ETM records
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-22 Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-03-19 Tomas MrazAdded functions for printing EVP_PKEYs to FILE *
2021-03-11 Paulicore: add params argument to key manager's gen_init...
2021-03-11 Matt CaswellUpdate copyright year
2021-03-10 Shane LontisUse BIO_f_readbuffer() in the decoder to support stdin.
2021-03-09 Dmitry BelyavskiyNon-const accessor to legacy keys
2021-03-09 Shane LontisReword repeated words.
2021-03-08 Matt CaswellEnsure the various legacy key EVP_PKEY getters/setters...
2021-03-01 Rich SalzRemove RSA SSLv23 padding mode
2021-03-01 Dr. David von OheimbGeneralize schmeme parsing of OSSL_HTTP_parse_url(...
2021-03-01 Dr. David von OheimbOSSL_HTTP_parse_url(): Handle any userinfo, query,...
2021-02-26 Paulicore: support modified gettable/settable ctx calls...
2021-02-26 Paulicore: core: support modified gettable/settable ctx...
2021-02-26 Paulicore: support modified gettable/settable ctx calls...
2021-02-26 Paulievp: support modified gettable/settable ctx calls for...
2021-02-24 Pauliprovider: add an unquery function to allow providers...
2021-02-24 Tomas MrazDeprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_...
2021-02-23 PauliRAND_METHOD deprecation: code changes
2021-02-23 Richard LevitteEVP: Implement EVP_PKEY_CTX_is_a()
2021-02-23 Richard Levitteutil/perl/OpenSSL/config.pm: Add VMS specific C compile...
2021-02-23 Richard Levitteutil/perl/OpenSSL/config.pm: Fix determine_compiler_set...
2021-02-22 Matt CaswellNote that the OSSL_CORE_MAKE_FUNC macro is reserved
2021-02-22 Matt CaswellDocument the OSSL_PARAM_DEFN macro
2021-02-22 Matt CaswellAdd documentation for the macro OPENSSL_VERSION_PREREQ
2021-02-22 Matt CaswellDocument OPENSSL_LH_flush()
2021-02-22 Matt CaswellSuppress errors about undocumented asn1_d2i_read_bio
2021-02-22 Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-15 Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-15 Shane LontisAdd docs for ASN1_item_sign and ASN1_item_verify functions
2021-02-12 Matt CaswellDeprecate the libssl level SRP APIs
2021-02-09 Tomas MrazDeprecate BN_pseudo_rand() and BN_pseudo_rand_range()
2021-02-08 Dr. David von Oheimbmknum.pl: Exclude duplicate entries and include source...
2021-02-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-06 Dr. David von OheimbAdd X509_STORE_CTX_verify(), which takes the first...
2021-02-05 Richard LevitteRemove the old DEPRECATEDIN macros
2021-02-05 Richard LevitteERR: clean away everything related to _F_ macros from...
2021-02-05 Richard LevitteEVP: Adapt the other EVP_PKEY_set_xxx_param() functions
2021-02-03 Rich SalzDeprecate EVP_MD_CTX_{set_}update_fn()
2021-02-02 Rich SalzDeprecate X509_certificate_type
2021-01-28 Daniel BeveniusEVP: fix keygen for EVP_PKEY_RSA_PSS
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-26 Matt CaswellAdd EVP_PKEY functions to get EC conv form and field...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-26 Shane LontisAdd functions to set values into an EVP_PKEY
2021-01-25 Tomas Mrazbn: Deprecate the X9.31 RSA key generation related...
2021-01-23 Dr. David von OheimbOCSP HTTP: Restore API of undocumented and recently...
2021-01-23 Dr. David von Oheimbrename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_se...
2021-01-23 Dr. David von OheimbUtil/Pod.pm: Fix uninitialized $podinfo{lastsecttext...
2021-01-21 Michael Baentschfall-back -> fallback find-doc-nit addition
2021-01-21 Rich SalzDeprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
2021-01-19 Dr. David von Oheimbutil/check-format.pl: Minor improvements of whitespace...
2021-01-19 Rich SalzDeprecate OCSP_xxx API for OSSL_HTTP_xxx
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-13 Dr. David von OheimbAdd X509V3_set_issuer_pkey, needed for AKID of self...
2021-01-13 Dr. David von OheimbAPPS: Allow OPENSSL_CONF to be empty, not loading a...
2021-01-13 Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2021-01-08 Michael BaentschAdding TLS group name retrieval
2020-12-31 Matt CaswellAdd some more CRYPTO_atomic functions
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-17 Richard Levittemake update
2020-12-15 Rich SalzDocument OCSP_REQ_CTX_i2d.
2020-12-15 Rich SalzDeprecate OCSP_REQ_CTX_set1_req
2020-12-13 Richard LevittePEM: Unlock MSBLOB and PVK functions from 'no-dsa'...
2020-12-12 Richard LevitteDOCS: Improve documentation of the EVP_PKEY type
2020-12-08 Richard LevitteEVP: Add EVP_PKEY_get_group_name() to extract the group...
2020-12-07 Shane LontisDeprecate EC_POINT_bn2point and EC_POINT_point2bn.
2020-12-05 Dr. David von Oheimbfind-doc-nits: fix regexp and point out that CA.pl...
2020-12-05 Richard LevittePEM: Add a more generic way to implement PEM _ex functi...
2020-12-01 Tim HudsonCorrect system guessing for darwin64-arm64 target
2020-11-28 Richard LevitteERR: Drop or deprecate dangerous or overly confusing...
2020-11-27 Richard LevitteEVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls...
2020-11-27 Matt CaswellDeprecate more DH functions
2020-11-27 Matt CaswellDeprecate the DHparams and DHxparams PEM routines
2020-11-27 Matt CaswellDeprecate EVP_PKEY_assign_DH and other similar macros
2020-11-27 Matt CaswellDeprecate DH_new as well as i2d_DHparams and d2i_DHparams
2020-11-24 Richard LevitteAdd missing ERR_load_KDF_strings(3) to util/missingcryp...
2020-11-24 Richard LevitteModify the ERR init functions to use the internal ERR...
2020-11-24 Richard LevitteERR: Modify util/mkerr.pl to produce internal err strin...
2020-11-23 Richard LevitteRSA: Fix guard mixup
2020-11-20 Richard Levitteutil/fix-deprecation: DEPRECATEDIN conversion util...
2020-11-18 Richard LevitteDeprecate RSA harder
next