Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / include / openssl / core_numbers.h
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Paulirand: set up EVP and DRBG infrastructure for RAND from...
2020-06-24 Paulirand: core APIs for provider friendly random.
2020-06-19 Matt CaswellAdd the concept of "Capabilities" to the default and...
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-14 Richard LevitteEVP: For SIGNATURE operations, pass the propquery early
2020-05-12 Richard LevitteCORE: Fix the signature of OSSL_provider_query_operation_fn
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-03-15 Shane LontisAdd RSA sign to the fips provider
2020-03-12 Richard LevitteCORE: Add the key object generator libcrypto<->provider...
2020-03-09 Matt CaswellAdd provider awareness of EVP_DigestSign() and EVP_Dige...
2020-03-02 Richard LevitteKEYMGMT: Add a keydata copy function
2020-03-02 Richard LevitteKEYMGMT: Add a keydata matching function
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-01-29 Shane LontisAdd RSA key validation to default provider
2020-01-21 Richard LevittePROV: Add support for error queue marks and implement...
2020-01-17 Richard LevitteCORE: renumber OSSL_FUNC_KEYMGMT macros
2020-01-17 Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-15 Shane LontisAdd FIPS Self test kats for digests
2020-01-09 Richard LevitteCORE & EVP: Specify OP_query_operation_name() for KEYMGMT
2019-12-14 Rich SalzDeprecate most of debug-memory
2019-12-11 Veres LajosFix some typos
2019-11-29 Richard LevittePROV BIO: add a BIO_vprintf() upcall, and a provider...
2019-11-29 Richard LevitteSERIALIZER: New API for serialization of objects throug...
2019-11-29 Matt CaswellDisable mem leak checking for the self test lock
2019-11-14 Richard LevitteCORE & PROV: make export of key data leaner through...
2019-11-14 Matt CaswellImplement provider support for Asym Ciphers
2019-10-03 Matt CaswellAdd the provider function signatures for DigestSign*
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-15 Shane LontisAdd fips module integrity check
2019-09-09 Matt CaswellRevise EVP_PKEY param handling
2019-09-09 Matt CaswellAdd support for verify/verify_recover functions to...
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-09 Matt CaswellAdd the ability to perform signatures in a provider
2019-09-06 PauliMove OSSL_OP_KDF into its rightful place amongst the...
2019-09-06 PauliKDF additons to names and numbers
2019-08-18 Shane Lontiscipher cleanups.
2019-08-18 Shane LontisAdd fips provider code for handling self test data
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-08-15 Richard LevitteAdd missing EVP param utility functions
2019-08-12 Richard LevitteMake more use of OSSL_PARAM for digests
2019-08-05 Matt CaswellDocumentation for the provider Key Exchange operation
2019-07-31 Richard LevitteRefactor provider support for reporting errors
2019-07-25 Matt CaswellDocument the provider DIGEST operation
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23 Matt CaswellRemove some utilities from the core to provider interface
2019-07-23 Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-23 Richard LevitteAdd internal function ossl_algorithm_do_all()
2019-07-22 Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...
2019-07-16 Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
2019-07-16 Matt CaswellMake the EVP Key Exchange code provider aware
2019-07-15 Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-07-11 Rich SalzMake allocation/free/clean available to providers
2019-07-11 Richard LevitteMake more use of OSSL_PARAM for ciphers
2019-07-02 Richard LevitteReplumbing: re-implement error reporting for providers
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Richard LevitteReplumbing: offer a core upcall to get the provider...
2019-06-04 Shane LontisMove digests to providers
2019-05-23 Matt CaswellMake core code available within the FIPS module
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-30 Richard LevitteReplumbing: make the oneshot proider cipher function...
2019-04-19 Matt CaswellAdd a maximum output length to update and final calls
2019-04-19 Matt CaswellAdd iv length and key length params to the cipher init...
2019-04-19 Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19 Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-15 Richard LevitteProviders: for the digest_final operation, pass a outpu...
2019-04-03 Matt CaswellSupport EVP_MD_block_size() with providers
2019-03-21 Matt CaswellMake EVP_Digest* functions provider aware
2019-03-21 Matt CaswellImplement EVP_MD_fetch()
2019-03-12 Richard LevitteReplumbing: Add support for the provider query_operatio...
2019-03-11 Richard LevitteReplumbing: Add the Provider Object, type OSSL_PROVIDER