improve CMP logging according to comments on CMP chunk 7 preview
[openssl.git] / include / crypto /
2020-02-17 simplelinsFix a bug for aarch64 BigEndian
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-13 Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2020-02-11 Matt CaswellAdd S390 support for provider based X25519/X448
2020-02-11 Matt CaswellImplement a stricter ECX_KEY type
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-07 Richard LevitteReorganize the internal evp_keymgmt functions
2020-02-06 Shane LontisAdd FFC param/key generation
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2020-01-29 Shane LontisAdd RSA key validation to default provider
2020-01-28 Richard LevittePROV: Adapt the DSA signature implementation to provide...
2020-01-24 Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-23 Shane LontisAdd DH key exchange to fips provider
2020-01-20 Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-17 Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-15 Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2020-01-09 Richard LevitteEVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle...
2020-01-07 Dr. Matthias St... Move random-related defines to "crypto/rand.h"
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-19 Richard LevitteCRYPTO: split cipher_platform.h into algorithm specific...
2019-12-19 Fangming.FangOptimize AES-GCM implementation on aarch64
2019-12-11 XiaokangQianOptimize AES-ECB mode in OpenSSL for both aarch64 and...
2019-12-05 Matt CaswellTeach the RSA implementation about TLS RSA Key Transport
2019-11-29 Richard LevitteSERIALIZER: New API for serialization of objects throug...
2019-11-14 Richard LevitteCORE & PROV: make export of key data leaner through...
2019-11-14 Matt CaswellImplement provider support for Asym Ciphers
2019-11-09 Kurt RoeckxRSA generation: Use more bits of 1/sqrt(2)
2019-11-07 Richard LevitteAdd EVP functionality to create domain params and keys...
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-11-06 Matt CaswellEnsure EVP_get_digestbyname() and EVP_get_cipherbyname...
2019-11-05 Richard LevitteEVP: Make the KEYEXCH implementation leaner
2019-11-03 Richard LevitteChange EVP_PKEY_CTX_new_provided() to take a library...
2019-10-17 Richard LevitteAdded internal functions for easy getting and setting...
2019-10-17 Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-16 Richard LevitteAdd EVP_PKEY_CTX_new_provided()
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
2019-10-14 Richard LevitteKDF: clean away old EVP_KDF declarations
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize private crypto header files