util/wrap.pl.in: Use parentheses so `kill` gets all its arguments
[openssl.git] / include / crypto /
2022-08-19 PauliLimit the size of various MAXCHUNK definitions
2022-07-13 Richard LevittePre-declare all core dispatch table functions, and...
2022-06-28 Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-06-21 Matt CaswellUpdate copyright year
2022-06-13 slontisRSA keygen update: Raise an error if no prime candidate...
2022-05-22 Paulitolower: refine the tolower code to avoid a memory...
2022-05-13 Tomas MrazMove OPENSSL_strcasecmp() and related to o_str.c
2022-05-05 Richard LevitteAdd method store cache flush and method removal to...
2022-05-05 Richard LevitteMake it possible to remove methods by the provider...
2022-05-05 Richard LevitteDon't empty the method store when flushing the query...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-21 Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
2022-04-14 Tomas MrazAdd error code for unsupported explicit parameters
2022-03-15 Matt CaswellUpdate copyright year
2022-03-15 Hugo LandauEVP_MD performance fix (refcount cache contention)
2022-02-03 Todd ShortFix copyrights
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2021-12-19 Carlo Teubnercrypto/dsa.h: fix include guard name
2021-11-04 Tom CosgroveFix builds on Armv8 systems without AArch64
2021-10-27 Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-09-14 lprimakMacOS prior to 10.12 does not support random API correctly
2021-08-27 David CarlierDarwin platform allows to build on releases before...
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
next