Fix CID 1466713 : Dead code in encode_key2text.c
[openssl.git] / providers /
2020-09-23 Shane LontisFix CID 1466713 : Dead code in encode_key2text.c
2020-09-23 Shane LontisFix CID 1467068 : Null pointer dereference in self_test.c
2020-09-23 Paulidrbg: gettable parameters for cipher/digest/mac type.
2020-09-22 Paul Yangrefactor get params functions
2020-09-22 Paul Yangsupport PARAM_SECURITY_BITS for SM2
2020-09-22 Paul YangAddress review comments
2020-09-22 Paul YangAdd SM2 signature algorithm to default provider
2020-09-22 Paul YangAdd SM2 key management
2020-09-22 Randall S. BeckerAdded FIPS DEP initialization for the NonStop platform...
2020-09-20 Richard LevitteENCODER: Refactor our provider encoder implementations
2020-09-19 Shane LontisAdd a copy of OSSL_SELF_TEST_get_callback() to the...
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
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 exchange operations
2020-09-18 Shane Lontisfix provider signatures
2020-09-18 Shane LontisSeparate fips and non fips code for key operations
2020-09-18 Shane LontisAdd missing 'ossl_unused' tags to some gettable and...
2020-09-18 Shane LontisAdd fips checks for ecdh key agreement
2020-09-18 Shane LontisAdd fips checks for rsa encryption
2020-09-18 Shane LontisAdd fips checks for dh key agreement
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-17 Shane LontisAdd selftest callback to CRNG output test
2020-09-17 Shane LontisFix AES_XTS on x86-64 platforms with BSAES and VPAES...
2020-09-17 Jon SpillettMake KDFs fail if requesting a zero-length key.
2020-09-17 Jon SpillettAllow zero-length secret for EVP_KDF API
2020-09-17 Shane LontisUpdate AES GCM IV max length to be 1024 bits (was 512)
2020-09-16 Shane LontisAdd self tests for rsa encryption
2020-09-14 Dr. Matthias St... prov/drbg: cleanup some RAND_DRBG leftovers
2020-09-14 Dr. Matthias St... prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-12 PauliCRNGT: enter FIPS error state if the test fails
2020-09-12 PauliFIPS: error mode is set from failed self tests and...
2020-09-12 Pauliciphers: add FIPS error state handling
2020-09-12 Paulikeymgmt: add FIPS error state handling
2020-09-12 Paulisignature: add FIPS error state handling
2020-09-12 Pauliexchange: add FIPS error state handling
2020-09-12 Paulikdf: add FIPS error state handling
2020-09-12 Paulimac: add FIPS error state handling
2020-09-12 Paulirand: add FIPS error state handling
2020-09-12 Pauliasymciphers: add FIPS error state handling
2020-09-12 Paulidigests: add FIPS error state handling
2020-09-12 PauliFIPS: rename the status call to is_running.
2020-09-12 Pauliprovider: add an 'is_running' call to all providers.
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-09 Jon SpillettFix up issue on AIX caused by broken compiler handling...
2020-09-05 Shane LontisFix coverity CID #1466371 - fix dereference before...
2020-09-05 Shane LontisFix coverity CID #1466375 - Remove dead code.
2020-09-05 Shane LontisFix coverity CID #1466377 - resource leak due to early...
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-09-03 Matt CaswellEnsure EVP_MAC_update() passes the length even if it...
2020-09-03 Matt CaswellEnable PKEY MAC bridge signature algs to take ctx params
2020-09-03 Matt CaswellMake ssl3_cbc_digest_record() use the real data_size
2020-09-03 Matt CaswellStart using the provider side TLS HMAC implementation
2020-09-03 Matt CaswellAdd an HMAC implementation that is TLS aware
2020-09-03 Jon SpillettAvoid AIX compiler issue by making the macro argument...
2020-08-31 Jon SpillettAdd the correct enum value for DSA public key serialization
2020-08-30 Shane LontisFix ECX serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix RSA serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix DSA serializer import calls to use correct selectio...
2020-08-30 Shane LontisFix DH serializer import calls to use correct selection...
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 CaswellMake the provider side EVP PKEY MAC bridge available...
2020-08-29 Matt CaswellImplement signature functions for EVP_PKEY MAC to EVP_M...
2020-08-29 Matt CaswellImplement key management for the EVP_PKEY MAC to EVP_MA...
2020-08-27 Paulirand: add a note about a potentially misleading code...
2020-08-24 Richard LevitteCORE: Generalise internal pass phrase prompter
2020-08-24 Richard LevitteCORE: Define provider-native abstract objects
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-24 Shane LontisFix coverity CID #1465794 - Uninitialized pointer read...
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Shane LontisFix incorrect selection flags for ec serializer.
2020-08-20 Matt CaswellFix stitched ciphersuites in TLS1.0
2020-08-20 Richard LevittePROV: Fix DSA and DH private key serializers
2020-08-20 Richard LevitteX509: Add d2i_PUBKEY_ex(), which take a libctx and...
2020-08-20 Richard LevittePROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the...
2020-08-17 Shane LontisFix DSA/DH so that legacy keys can still be generated...
2020-08-14 PauliMove PKCS#12 KDF to provider.
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-11 Benjamin KadukExpose S390x HW ciphers' IV state to provider layer
2020-08-11 Benjamin KadukMake GCM providers more generous about fetching IVs
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-08-11 Shane LontisAdd DHX serialization
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-08-11 Shane LontisAdd DHX support to keymanager
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to the...
2020-08-10 Matt CaswellMinimise the size of the macros in kdf_exch.c
next