Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Dr. David von Oheimb
|
7c310e872e
libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()
|
2 years ago |
Bernd Edlinger
|
be50862e72
Fix a memory leak in EC_GROUP_new_from_ecparameters
|
2 years ago |
Bernd Edlinger
|
97de614585
Fix undefined behaviour in EC_GROUP_new_from_ecparameters
|
2 years ago |
x2018
|
9dddcd90a1
add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),
|
3 years ago |
Nicola Tuveri
|
7aa3dfc421
[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OID
|
4 years ago |
Matt Caswell
|
030c5aba94
Fix EC_GROUP_new_from_ecparameters to check the base length
|
3 years ago |
Tomas Mraz
|
b4c4a2c688
Implement pem_read_key directly through OSSL_DECODER
|
3 years ago |
Shane Lontis
|
2858156e03
Add ossl_encode symbols
|
3 years ago |
Matt Caswell
|
8020d79b40
Update copyright year
|
3 years ago |
Shane Lontis
|
32ab57cbb4
Fix external symbols related to ec & sm2 keys
|
3 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Pauli
|
a55b00bdbc
der: _ossl prefix DER functions
|
4 years ago |
Dr. David von Oheimb
|
29844ea5b3
Prune low-level ASN.1 parse errors from error queue in decoder_process()
|
4 years ago |
Tomas Mraz
|
fe2f8aecfe
EC_KEY: add EC_KEY_decoded_from_explicit_params()
|
4 years ago |
Shane Lontis
|
c0f39ded68
Add Explicit EC parameter support to providers.
|
4 years ago |
Nicola Tuveri
|
e0137ca92b
[EC][ASN1] Detect missing OID when serializing EC parameters and keys
|
4 years ago |
Billy Brumley
|
23ccae80bd
Move EC_METHOD to internal-only
|
4 years ago |
Richard Levitte
|
f844f9eb44
Rename FIPS_MODE to FIPS_MODULE
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Nicola Tuveri
|
4fe54d674f
[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
|
4 years ago |
Pauli
|
579422c85c
Deprecate the ECDSA and EV_KEY_METHOD functions.
|
4 years ago |
Shane Lontis
|
88b4c61299
Make ECDSA_size() use consistent asn1 encoder.
|
5 years ago |
Nicola Tuveri
|
f97a8af2f3
[ec_asn1.c] Avoid injecting seed when built-in matches
|
5 years ago |
Rich Salz
|
12a765a523
Explicitly test against NULL; do not use !p or similar
|
5 years ago |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 years ago |
Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
5 years ago |
Bernd Edlinger
|
f28bc7d386
Fix potential memory leaks with BN_to_ASN1_INTEGER
|
5 years ago |
Nicola Tuveri
|
bacaa618c2
[ec] Match built-in curves on EC_GROUP_new_from_ecparameters
|
5 years ago |
Matt Caswell
|
a9612d6c03
Make the EC code available from inside the FIPS provider
|
5 years ago |