Update documentation for keymgmt export utils
[openssl.git] / crypto / dsa /
2022-11-01 Paulidsa/ec: update pairwise tests to account for 140-3...
2022-10-12 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-01 PauliCoverity: fix 1506297: negative returns
2022-06-16 KanAdd sensitive memory clean in priv encode
2022-05-03 Matt CaswellUpdate copyright year
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2021-10-26 x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-07-29 Matt CaswellUpdate copyright year
2021-07-23 Tomas MrazDSA/RSA_print(): Fix potential memory leak
2021-07-22 Matt CaswellUpdate our EVP_PKEY_METHODs to get low level keys via...
2021-07-07 Richard LevitteCRYPTO: Remove the check for built-in methods in the...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-04-22 Matt CaswellUpdate copyright year
2021-04-20 Paulidsa: remove unused macro
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-15 Tomas MrazDo not allow creating empty RSA keys by duplication
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-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-01 Tomas MrazDSA_generate_parameters_ex: use the old method for...
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-18 Shane LontisAdd ossl_encode symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Shane LontisFix external symbols for crypto_*
2021-03-11 Matt CaswellUpdate copyright year
2021-02-26 Shane LontisFix external symbols related to dsa keys
2021-02-26 Shane LontisFix external symbols related to dh keys
2021-02-24 Tomas MrazRemove inclusion of unnecessary header files
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-20 Shane LontisRemove pkey_downgrade from PKCS7 code
2021-01-15 Jon SpillettAllow EVP_PKEY private key objects to be created withou...
2020-12-17 Paulidsa: provider and library deprecation changes
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-05 Richard LevitteDSA: Make DSA_bits() and DSA_size() check that there...
2020-11-27 Richard LevitteEVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls...
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-19 Matt CaswellFix no-dh
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15 Matt CaswellMove CMS signing code out of the algorithms and into CMS
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-07-09 Shane LontisAdd multiple fixes for ffc key generation using invalid...
2020-06-30 Shane LontisFix CID-1464802
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-10 Dr. David von OheimbGenerate error queue entry on FFC_CHECK_BAD_LN_PAIR...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-17 Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-04-07 Richard LevittePROV: Add DERlib support for DSA
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-23 Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-09 Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-03-04 Shane LontisAdd DSA Key validation to default provider
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-02-22 Richard LevitteDSA: More conforming names in crypto/dsa/dsa_aid.c
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-11 Matt CaswellImplement Provider side Key Management for X25519 and...
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-06 Shane LontisAdd FFC param/key generation
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-17 Richard LevitteDSA: Move DSA_security_bits() and DSA_bits()
2020-01-15 Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-10-17 Richard LevitteDSA: Add export of domain parameters to provider
2019-10-14 Kurt RoeckxAdd BN_check_prime()
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-24 jayaramfix for dsa key size feature request issue: pkey -text...
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-07-31 David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-11 Matt CaswellConvert asn1_dsa.c to use the WPACKET API instead
2019-07-11 David MakepeaceAdd simple ASN.1 utils for DSA signature DER.
2019-07-02 Antoine CœurFix Typos
next