rsa: add ossl_ prefix to internal rsa_ calls.
[openssl.git] / providers / implementations /
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-10-04 Richard LevitteDECODER: Allow precise result type for OSSL_DECODER_CTX...
2020-10-04 Richard LevitteDECODER: Handle abstract object data type
2020-10-01 Matt CaswellFix some things the rename script didn't quite get...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-10-01 Paulider: _ossl prefix der_oid_ and der_aid_ functions
2020-10-01 Paulider: _ossl prefix DER functions
2020-10-01 Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-10-01 Pauliprov: prefix aes-cbc-cts functions with ossl_
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-28 Paulirand: declare get_hardware_random_value() before use.
2020-09-27 Shane LontisRemove TODO comment from sskdf.c
2020-09-25 Randall S. BeckerModified rand_cpu_x86.c to support builtin hardware...
2020-09-25 Matt CaswellMove SM2 asymmetric encryption to be available in the...
2020-09-25 Richard LevitteHide ECX_KEY again
2020-09-24 Shane LontisAdd key length check to rsa_kem operation.
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-23 Dr. Matthias St... drbg: revert renamings of the generate and reseed counter
2020-09-23 Shane LontisFix propq in x942kdf
2020-09-23 Shane LontisFix ecx so that is uses a settable propertyquery
2020-09-23 Shane LontisFix EVP_KDF_scrypt so that is uses a propq for its...
2020-09-23 Shane LontisChange rsa gen so it can use the propq from OSSL_PKEY_P...
2020-09-23 Shane LontisFix CID 1466710 : Resource leak in ec_kmgmt due to...
2020-09-23 Shane LontisFix CID 1466712 : Resource leak in ec_kmgmt due to...
2020-09-23 Shane LontisFix CID 1466713 : Dead code in encode_key2text.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-20 Richard LevitteENCODER: Refactor our provider encoder implementations
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 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-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 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-09 Richard LevitteENCODER: Refactor provider implementations, and some...
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-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 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...
next