cpp: fix included files to avoid failure in no-deprecated builds
[openssl.git] / include / crypto /
2021-08-25 Paulicpp: fix included files to avoid failure in no-deprecat...
2021-08-24 Matt CaswellCorrectly calculate the length of SM2 plaintext given...
2021-08-24 Matt CaswellFix i2v_GENERAL_NAME to not assume NUL terminated strings
2021-08-11 Tomas Mrazaes_v8_xts_encrypt is present only on 64bit arm builds
2021-07-29 Matt CaswellUpdate copyright year
2021-07-28 Matt CaswellDon't try and load the config file while already loadin...
2021-07-22 Matt CaswellFix custom EVP_PKEY_METHOD implementations where no...
2021-07-15 Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-07-08 Randall S. BeckerMade foreign bit field unsigned in evp.h
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-29 Richard LevitteENCODER & DECODER: Make a tighter coupling between...
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-19 Paulipunycode: fix indentation
2021-06-19 Pauliinclude: replace tabs with spaces in headers
2021-06-17 Matt CaswellUpdate copyright year
2021-06-15 Richard LevitteRefactor OSSL_DECODER_do_all_provided() to behave like...
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-08 Matt CaswellActually use a legacy route in pem_read_bio_key_legacy()
2021-06-07 Tomas MrazElimination of some sources not needed in the FIPS_MODULE
2021-06-02 PauliAdd internal get_number functions to internal headers
2021-06-02 Pauliadd internal get_number functons to crypto/evp.h
2021-06-02 Pauliasn.1: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Jon SpillettPass library context and property query into private...
2021-06-01 Paulirand: use size_t for size argument to RAND_bytes_ex()
2021-06-01 Paulisparc: fix cross compile build
2021-05-27 Paulierrors: update error message (to be squashed)
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-23 Matt CaswellFix a memleak in the FIPS provider
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-20 Matt CaswellAdd a callback for providers to know about global prope...
2021-05-18 Matt CaswellBetter error messages if there are no encoders/decoders...
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-05-11 Dr. David von OheimbConstify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set...
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-08 Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-05 Rich SalzAllow absolute paths to be set
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-28 Dr. David von OheimbCMS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbTS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbESS: Export three core functions, clean up TS and CMS...
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-22 Todd ShortAdd RUN_ONCE support to zlib init
2021-04-21 Richard LevitteENCODER & DECODER: Allow decoder implementations to...
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-15 Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Pauliproperty: check return values from the property locking...
2021-04-07 PauliCheck for integer overflow in i2a_ASN1_OBJECT and error...
2021-04-02 Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-31 Randall S. BeckerAdded guarding #ifndef/#define to avoid duplicate inclu...
2021-03-30 Matt CaswellFix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-28 Shane LontisFix Build issue on Oracle Linux x64
2021-03-25 Tomas MrazEVP_PKCS82PKEY: Create provided keys if possible
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-19 Richard LevitteMake ossl_d2i_PUBKEY_legacy() completely libcrypto...
2021-03-19 Richard LevitteMake evp_privatekey_from_binary() completely libcrypto...
2021-03-19 Richard LevittePROV: Add type specific MSBLOB and PVK decoding for...
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-19 Richard LevittePROV: Add type specific SubjectPublicKeyInfo decoding...
2021-03-18 Shane LontisAdd ossl_pkcs5_pbkdf2_hmac_ex symbol
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_lhash symbols
2021-03-18 Shane LontisAdd ossl_bn_group symbols
2021-03-18 Shane LontisAdd ossl_sa symbols
2021-03-18 Shane LontisAdd ossl_ symbols for sm3 and sm4
2021-03-18 Shane LontisAdd ossl_siv symbols
2021-03-18 Shane LontisAdd ossl_aria symbols
2021-03-18 Shane LontisAdd ossl_ conf symbols
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-18 Shane LontisAdd ossl_v3 symbols
2021-03-18 Shane LontisAdd ossl_rsa symbols
2021-03-18 Shane LontisAdd ossl_encode symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Shane LontisAdd ossl_rand symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-18 Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-18 Dr. David von OheimbTS ESS: Invert the search logic of ts_check_signing_cer...
2021-03-17 Matt CaswellFix a TODO(3.0) in the siphash code
2021-03-14 Shane LontisFix DSA EVP_PKEY_param_check() when defaults are used...
2021-03-11 Paulievp: add params argument to key manager's gen_init...
2021-03-11 Matt CaswellUpdate copyright year
2021-03-08 Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-03-08 Matt CaswellCache legacy keys instead of downgrading them
2021-03-04 Tomas Mrazinclude/crypto: Remove TODOs that are irrelevant for 3.0
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26 Shane LontisFix external symbols related to dsa keys
2021-02-26 Shane LontisFix external symbols related to dh keys
2021-02-26 Shane LontisFix external symbols for bn
2021-02-24 Richard LevitteX509: Refactor X509_PUBKEY processing to include provid...
next