Add ACVP fips module tests
[openssl.git] / include / crypto /
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-05-27 FdaSilvaYYcrypto/cms: add CAdES-BES signed attributes validation
2020-05-27 Richard LevittePROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-23 Richard LevitteRe-introduce legacy EVP_PKEY types for provided keys
2020-05-14 Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
2020-05-14 Richard LevitteRSA: Add a less loaded PSS-parameter structure
2020-05-14 Richard LevitteRSA: Add rsa_schemes.c, to store scheme data and transl...
2020-05-14 Richard LevitteRSA: Extract much of the rsa_pkey_export_to() code...
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-05-04 Matt CaswellAdd the library ctx into an ECX_KEY
2020-05-04 Matt CaswellAdd the ability to ECX to import keys with only the...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-23 Richard LevitteEVP: add internal evp_keymgmt_util_get_deflt_digest_nam...
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-17 Paulis390: ECX key generation fixes.
2020-04-17 Pauliecx: add key generation support.
2020-04-16 Matt CaswellIntroduce an internal version of X509_check_issued()
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-15 Matt CaswellTeach the OSSL_STORE code about libctx
2020-04-15 Matt CaswellTeach d2i_PrivateKey et al about libctx
2020-04-15 Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-04-14 Aaron ThompsonAdd ex_data to EVP_PKEY.
2020-04-09 Matt CaswellEnable Ed25519 signing/verifying to use the libctx
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-04-08 Matt CaswellAdd X509_STORE_CTX_new_with_libctx()
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-25 Richard LevitteEVP: Downgrade keys rather than upgrade
2020-03-25 Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-21 Richard LevitteEVP: fetch the EVP_KEYMGMT earlier
2020-03-19 Matt CaswellUse RAND_bytes_ex in crypto/rsa
2020-03-17 Matt CaswellImplement serializers for ED25519 and ED448
2020-03-15 Richard LevitteX509: Rename X509_set0_sm2_id() and friends
2020-03-15 Richard LevitteEVP: Don't call digest_custom() quite so early
2020-03-15 Shane LontisAdd ECDSA to providers
2020-03-12 Richard LevitteEVP: Add new domparams and key generation functionality
2020-03-12 Richard LevitteCORE: Add the key object generator libcrypto<->provider...
2020-03-11 Shane LontisAdd ECDH to fips provider
2020-03-11 Shane LontisAdd EC key validation to default provider
2020-03-09 Richard LevitteDH: add internal dh_get_method()
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-03-09 Matt CaswellAdd Key Management support for EdDSA keys
2020-03-06 Shane LontisChange DH_get_nid() to set the value of q if it is...
2020-03-03 Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-03-02 Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
2020-03-02 Richard LevitteEVP: Add support for copying provided EVP_PKEYs
2020-03-02 Richard LevitteKEYMGMT: Add a keydata copy function
2020-03-02 Richard LevitteEVP: Add support for comparing provided EVP_PKEYs
2020-03-02 Richard LevitteKEYMGMT: Add a keydata matching function
2020-03-02 Richard LevitteEVP: Adapt EVP_PKEY_missing_parameters() for provider...
2020-02-29 Richard LevitteEVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY...
2020-02-29 Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-28 Nikolay Morozovx509v3 subjectSignTool extention support
2020-02-22 Richard LevitteRefactor evp_pkey_make_provided() to do legacy to provi...
2020-02-22 Richard LevittePROV: add RSA signature implementation
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-17 Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL
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
next