Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / providers / implementations / signature /
2024-04-09 Jiasheng Jiangsignature/dsa_sig.c: Add checks for the EVP_MD_get_size()
2024-04-09 Jiasheng Jiangsignature/ecdsa_sig.c: Add checks for the EVP_MD_get_size()
2024-04-01 Jiasheng Jiangsignature/rsa_sig.c: Add checks for the EVP_MD_get_size()
2024-03-30 Jiasheng JiangBreak the if statement up into 2 if statements
2024-03-30 Jiasheng Jiangsignature/sm2_sig.c: Add the check for the EVP_MD_CTX_g...
2023-11-30 lan1120Initialize dstctx->mgf1_md to NULL in rsa_dupctx function
2023-11-23 Huiyue XuFix a possible memory leak in SM2 provider
2023-09-07 Matt CaswellCopyright year updates
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-03-14 Tomas MrazFix size_t/int mismatch in cms_ec.c and rsa_sig.c
2023-02-28 ndosscheFix incomplete error check on RSA_public_decrypt()
2023-01-23 Ingo FranzkiAllow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrieved
2023-01-19 Juergen ChristS390X: Fix Ed448ph
2023-01-13 James MuirSupport all five EdDSA instances from RFC 8032
2022-12-08 Clemens Langsignature: Clamp PSS salt len to MD len
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-04 Wangchong ZhouCheck for private key existence before calling eddsa...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-04 Sebastian Andrzej... providers: Set the size of EC signature on s390.
2022-05-04 JHH20Remove duplicated #include headers
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-11 Tomas Mrazsm2: Allow setting 0 length SM2 dist ID param
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-05 Dimitris ApostolouFix typos
2021-11-23 Tomas Mrazrsa_signverify_init: Set the PARAMS after key is set
2021-11-12 Tomas Mrazproviders: Allow possible reinitialization in all signa...
2021-11-12 Tomas Mrazdo_sigver_init: Allow reinitialization of an existing...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-15 Tomas MrazRaise error when invalid digest used with SM2
2021-07-16 Tomas MrazAllow RSA signature operations with RSA_NO_PADDING
2021-07-16 Tomas MrazSignature algos: allow having identical digest in params
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-12 Tomas MrazA few cleanups of the provider build.infos
2021-05-12 Tomas MrazAllow arbitrary digests with ECDSA and DSA
2021-05-07 Richard LevitteDrop libimplementations.a
2021-05-07 Richard LevitteRename files in providers/implementations/signatures
2021-04-30 Tomas Mrazsm2: Cleanup handling of DIGEST and DIGEST_SIZE parameters
2021-04-16 Matt CaswellStore some FIPS global variables in the FIPS_GLOBAL...
2021-04-15 Tomas MrazAdd OID for mdc2WithRSASignature and remove related...
2021-04-06 Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-03-25 Paulism2: fix coverity 1467503: explicit null dereference
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-18 Shane LontisAdd ossl_rsa symbols
2021-03-18 Shane LontisAdd ossl_encode symbols
2021-03-11 Pauliprov: support params arguments to signature init calls
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-03-03 Tomas MrazResolve TODOs in signature implementations.
2021-03-01 Rich SalzRemove RSA SSLv23 padding mode
2021-02-28 Pauliprov: use new MAC_init arguments in signature legacy...
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26 Shane LontisFix external symbols related to dsa keys
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Shane LontisFix external symbols related to provider related securi...
2021-02-18 zekeevans-mfAdd deep copy of propq field in mac_dupctx to avoid...
2021-02-15 Benjamin KadukRSA: avoid dereferencing possibly-NULL parameter in...
2021-02-12 Richard LevitteUse ERR_R_*_LIB instead of ERR_LIB_* as reason code...
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-05 Tomas MrazRSA: properly generate algorithm identifier for RSA...
2021-02-01 Richard LevitteFix some odd names in our provider source code
2021-01-28 Richard LevitteUpdate copyright year
2021-01-18 Kurt RoeckxFix memory leak in mac_newctx() on error
2020-12-03 Shane LontisFix dsa & rsa signature dupctx() so that ctx->propq...
2020-12-03 Shane LontisFix ecdsa digest setting code to match dsa.
2020-12-02 Shane LontisFix s390 EDDSA HW support in providers.
2020-11-18 Paulirename mac_key_* to ossl_mac_key_*
2020-11-11 Richard LevitteConvert all {NAME}err() in providers/ to their correspo...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-23 Shane LontisFix ecx so that is uses a settable propertyquery
2020-09-22 Paul YangAddress review comments
2020-09-22 Paul YangAdd SM2 signature algorithm to default provider
2020-09-18 Matt CaswellTeach EdDSA signature algorithms about AlgorithmIdentifiers
2020-09-18 Shane LontisAdd option to fipsinstall to disable fips security...
2020-09-18 Shane LontisAdd 'fips-securitychecks' option and plumb this into...
2020-09-18 Shane Lontisfix provider signatures
2020-09-18 Shane LontisAdd fips checks for ecdsa signatures
2020-09-18 Shane LontisAdd fips checks for dsa signatures
2020-09-18 Shane LontisAdd fips checks for rsa signatures.
2020-09-12 Paulisignature: add FIPS error state handling
2020-09-03 Matt CaswellEnable PKEY MAC bridge signature algs to take ctx params
2020-08-29 Matt CaswellInclude "legacy" in the name of the various MAC bridge...
2020-08-29 Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29 Matt CaswellExtend the provider MAC bridge for Poly1305
2020-08-29 Matt CaswellExtend the provider MAC bridge for SIPHASH
2020-08-29 Matt CaswellImplement signature functions for EVP_PKEY MAC to EVP_M...
2020-08-24 Shane LontisFix coverity CID #1458641 - Dereference before NULL...
2020-08-24 Shane LontisFix coverity CID #1458645 - Dereference before NULL...
2020-08-24 Shane LontisFix coverity CID #1458647 - Use after free in clean_tbu...
2020-08-24 Shane LontisFix coverity CID #1458648 - Wrong sizeof() arg in rsa_f...
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-06 Richard LevitteRSA: Be less strict on PSS parameters when exporting...
2020-08-06 Pauligettables: provider changes to pass the provider context.
next