RSA: properly generate algorithm identifier for RSA-PSS signatures
[openssl.git] / crypto / ec /
2021-02-03 Richard LevitteEC: Reverse the default asn1_flag in a new EC_GROUP
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Tomas MrazAdd checks for NULL return from EC_KEY_get0_group()
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-20 Shane LontisRemove pkey_downgrade from PKCS7 code
2021-01-15 Jon SpillettAllow EVP_PKEY private key objects to be created withou...
2021-01-13 Agustin GianniFix incorrect use of BN_CTX API
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-16 Richard LevitteEVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls...
2020-12-07 Shane LontisDeprecate EC_POINT_bn2point and EC_POINT_point2bn.
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-10 Daniel BeveniusFix REF_PRINT_COUNT argument in ecx_key_free
2020-10-15 Matt CaswellUpdate copyright year
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-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-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-30 Dr. David von OheimbEC_GROUP_new_by_curve_name_with_libctx(): Add name...
2020-09-30 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-23 Shane LontisFix missing propq in ecdh_cms_set_shared_info()
2020-09-23 Shane LontisFix ecx so that is uses a settable propertyquery
2020-09-22 Paul YangAdd SM2 key management
2020-09-20 Henry NFix: ecp_nistz256-armv4.S bad arguments
2020-09-19 Shane LontisFix ec keygen so that it passes the library context...
2020-09-17 Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-12 Richard LevitteEC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to...
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-08 Richard LevitteEVP: Move the functions and controls for setting and...
2020-09-08 Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-09-05 Shane LontisFix coverity CID #1466378 - Incorrect expression in...
2020-09-03 Richard LevitteEC: Remove one error record that shadows another
2020-08-28 Jung-uk KimIgnore vendor name in Clang version number.
2020-08-24 Shane LontisFix coverity CID #1458644 - Negative return passed...
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-20 Richard LevitteX509: Add d2i_PUBKEY_ex(), which take a libctx and...
2020-08-09 Shane LontisAdd libctx to ecdh_KDF_X9_63.
2020-08-07 Shane LontisAdd evp_test fixes.
2020-07-30 Pauliunify spelling of serialize
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-07-06 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-06-19 Matt CaswellEnsure creating an EC public key uses the libctx
2020-06-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-11 Paulikdf: make function naming consistent.
2020-06-04 Nicola Tuveri[crypto/ec] Remove unreachable AVX2 code in NISTZ256...
2020-06-04 Matt CaswellUpdate copyright year
2020-06-02 Billy BrumleyMove EC_METHOD to internal-only
2020-05-27 Bernd EdlingerAvoid undefined behavior with unaligned accesses
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-24 Nicola TuveriFix coverity issues in EC after #11807
2020-05-20 Billy Brumleydeprecate EC_POINT_make_affine and EC_POINTs_make_affine
2020-05-19 Billy Brumleydeprecate EC precomputation functionality
2020-05-16 Billy Brumleydeprecate EC_POINTs_mul function
2020-05-04 Matt CaswellFix the KEYNID2TYPE macro
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-30 Paulicoverity 1462576 Resource leak
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-24 Nicola TuveriFix typo from #10631
2020-04-23 Matt CaswellUpdate copyright year
2020-04-21 Billy Brumley[crypto/ec] deprecate Jprojective_coordinates_GFp functions
2020-04-17 Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-17 Pauliecx: check for errors creating public keys from private...
2020-04-17 Paulis390: ECX key generation fixes.
2020-04-17 Pauliecx: add key generation support.
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-04-15 Matt CaswellUse the libctx in Ed448 private key decoding
2020-04-15 Richard LevitteEC: Refactor EVP_PKEY_CTX curve setting macros for...
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-07 Billy Brumley[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
2020-04-07 Bernd EdlingerFix the error handling in EC_POINTs_mul
2020-04-07 Richard LevittePROV: Add DERlib support for ECDSA and EC keys
2020-04-03 Aaron ThompsonRemove an unnecessary call to BN_CTX_free.
2020-04-03 Aaron ThompsonFix bugs in EC code introduced with FIPS changes.
2020-04-01 Billy Brumley[crypto/ec] Ladder tweaks
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-27 Richard LevittePROV: Fix EC_KEY exporters to allow domain parameter...
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-25 Richard LevitteEC: Refactor ec_curve_name2nid() to accept NIST curve...
2020-03-23 Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-17 Matt CaswellImplement serializers for ED25519 and ED448
2020-03-15 Shane LontisAdd ECDSA to providers
2020-03-11 Shane LontisAdd ECDH to fips provider
2020-03-11 Shane LontisAdd EC key validation to default provider
2020-03-09 Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-03-05 Patrick Steuercrypto/ec/curve448/eddsa.c: fix EBCDIC platforms
2020-03-03 Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-02-27 Scott ArciszewskiFix comment placement in ecp_nistp256.ci
2020-02-18 Nicola Tuveri[EC] harden EC_KEY against leaks from memory accesses
next