Add aes_ccm to provider
[openssl.git] / crypto / evp /
2019-08-19 Shane LontisAdd aes_ccm to provider
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevitteImplement EVP_MAC_do_all_ex()
2019-08-15 Richard LevitteAdd EVP_MAC_provider()
2019-08-15 Richard LevitteRemove init of MACs from EVP
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 Richard LevitteAdd missing EVP param utility functions
2019-08-12 Richard LevitteAdapt diverse EVP_MD functions to use get_params and...
2019-08-09 Shane LontisAdd missing SIZE_MAX define for windows
2019-08-08 Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-08-07 Matt CaswellDon't set ctx->cipher until after a successful fetch
2019-07-31 Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-31 Shane LontisAdd evp_util macros
2019-07-30 Matt CaswellDocument the provider CIPHER operation
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23 Richard LevitteAdd EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
2019-07-23 Richard LevitteAdd internal function evp_generic_do_all()
2019-07-23 Richard LevitteAdd EVP_MD_provider() and EVP_CIPHER_provider()
2019-07-23 Richard LevitteRe-implement EVP_MD_name() and EVP_CIPHER_name() as...
2019-07-23 Richard LevitteAdd a mechnism to save the name of fetched methods
2019-07-22 Richard LevitteAdd an internal API to access the KEYMGMT provider...
2019-07-22 Richard LevitteAdd evp_keymgmt_clear_pkey_cache() and use it
2019-07-22 Richard LevitteAdapt int_ctx_new() to use with providers
2019-07-22 Richard LevitteAdd evp_keymgmt_export_to_provider(), for key transfer...
2019-07-22 Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...
2019-07-19 Matt CaswellFix no-dh
2019-07-16 Pauliremove end of line spaces
2019-07-16 PauliRemove tab characters from C source files.
2019-07-16 Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
2019-07-16 Matt CaswellEnable PKCS#3 DH in the providers
2019-07-16 Matt CaswellMake the EVP Key Exchange code provider aware
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-15 Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-07-11 Richard LevitteAdapt diverse EVP_CIPHER functions to use get_params...
2019-07-08 Shane LontisAdd X9.42 KDF.
2019-07-02 Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-07-02 Antoine CœurFix Typos
2019-07-01 Matt CaswellChange RC5_32_set_key to return an int type
2019-07-01 Matt CaswellEnsure that rc5 doesn't try to use a key longer than...
2019-07-01 Matt CaswellOnly cache a method if we actually created one
2019-07-01 Antoine CœurFix Typos
2019-06-28 Matt CaswellRename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref...
2019-06-27 Matt CaswellMove the public SIV mode functions from public headers...
2019-06-24 Richard LevitteReplumbing: add support for multiple names per algorithm
2019-06-24 PauliAllow AES XTS decryption using duplicate keys.
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-14 Richard LevitteUse variables in build.info files where it's worth...
2019-06-11 Shane LontisPBKDF2 updates to conform to SP800-132
2019-06-11 Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-11 Shane LontisFix Keccak structure name reference in S390 legacy...
2019-06-10 Richard LevitteEVP fetching: make operation_id part of the method...
2019-06-06 Kurt RoeckxChange EVP_MAC method from copy to dup
2019-06-06 Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-06-04 Richard LevitteEVP_DigestInit_ex(): drop previous context engine earlier
2019-06-04 Shane LontisMove digests to providers
2019-05-26 Simo SorceFix input checks wrt legacy code
2019-05-26 Laszlo Ersekcrypto/evp/evp_key.c: #define BUFSIZ if <stdio.h> doesn...
2019-05-23 Matt CaswellMake some EVP code available from within the FIPS module
2019-05-22 Patrick Steuers390x assembly pack: allow specifying the tag after...
2019-05-21 Matt CaswellRevert "EVP_*Update: ensure that input NULL with length...
2019-05-16 Shane LontisAdded X963KDF API
2019-05-12 Richard LevitteEVP_FETCH: remove the need to transport the legacy...
2019-05-12 Richard LevitteEVP_FETCH: deal with names without pre-defined NIDs
2019-05-12 Richard LevitteMake the generic EVP fetching mechanism use the namenum map
2019-05-08 Tobias NießenAllow specifying the tag after AAD in CCM mode
2019-05-08 Guido VrankenEVP_EncryptUpdate, EVP_EncryptFinal_ex: don't branch...
2019-05-07 PauliCoverity CID 1444952: Null pointer dereferences
2019-05-07 PauliCoverity CID 1444953: Null pointer dereferences
2019-05-07 PauliCoverity CID 1444954: Integer handling issues
2019-05-07 PauliCoverity CID 1444956: Integer handling issues
2019-05-07 PauliCoverity CID 1444958: Null pointer dereferences
2019-05-07 PauliCoverity CID 1444960: Error handling issues
2019-05-07 PauliCoverity CID 1444961: Integer handling issues
2019-05-07 PauliCoverity CID 1444963: Null pointer dereferences
2019-05-03 Shane LontisAdded generated files for EVP_KDF changes
2019-05-03 Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-05-02 Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-04-30 PauliStructure alignment macro.
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-23 Matt CaswellIf key or iv is NULL set the respective length to 0
2019-04-23 Matt CaswellFix EVP_CIPHER_CTX_rand_key()
2019-04-19 Matt CaswellMake implementation of blocksize, iv_length and key_len...
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 CTR ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES OFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19 Matt CaswellAdd support in the default provider for 192/128 bit...
2019-04-19 Matt CaswellImplement support for AES-256-ECB in the default provider
2019-04-19 Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-19 Richard LevitteFix the generic EVP algorithm fetch to actually cache...
2019-04-15 Richard LevitteProviders: for the digest_final operation, pass a outpu...
2019-04-10 Richard LevitteEVP_*Update: ensure that input NULL with length 0 isn...
2019-04-09 Matt CaswellAdd a legacy provider and put MD2 in it
2019-04-09 Matt CaswellUse the right NID when putting a method in the store
2019-04-06 Bernd EdlingerFix the allocation size in EVP_OpenInit and PEM_SignFinal
2019-04-05 Richard LevitteEVP configuration section: add 'default_properties...
next