index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-10-15
1
-1
/
+1
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
14
-48
/
+49
*
Remove CMS recipient info information out of the algorithm implementations
Matt Caswell
2020-10-15
1
-6
/
+0
*
Move CMS signing code out of the algorithms and into CMS
Matt Caswell
2020-10-15
1
-16
/
+0
*
Move CMS enveloping code out of the algorithms and into CMS
Matt Caswell
2020-10-15
1
-336
/
+0
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
7
-41
/
+35
*
der: _ossl prefix DER functions
Pauli
2020-10-01
1
-1
/
+1
*
EC_GROUP_new_by_curve_name_with_libctx(): Add name of unknown group to error ...
Dr. David von Oheimb
2020-09-30
1
-0
/
+4
*
Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.
Dr. David von Oheimb
2020-09-30
1
-12
/
+5
*
Prune low-level ASN.1 parse errors from error queue in decoder_process()
Dr. David von Oheimb
2020-09-24
3
-13
/
+2
*
Fix missing propq in ecdh_cms_set_shared_info()
Shane Lontis
2020-09-23
1
-1
/
+1
*
Fix ecx so that is uses a settable propertyquery
Shane Lontis
2020-09-23
7
-68
/
+91
*
Add SM2 key management
Paul Yang
2020-09-22
1
-3
/
+18
*
Fix: ecp_nistz256-armv4.S bad arguments
Henry N
2020-09-20
1
-3
/
+3
*
Fix ec keygen so that it passes the library context to SSL_SELF_TEST_get_call...
Shane Lontis
2020-09-19
1
-3
/
+3
*
EC_KEY: add EC_KEY_decoded_from_explicit_params()
Tomas Mraz
2020-09-17
4
-8
/
+33
*
EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providers
Richard Levitte
2020-09-12
1
-0
/
+40
*
keygen: add FIPS error state management to conditional self tests
Shane Lontis
2020-09-12
1
-0
/
+2
*
EVP: Move the functions and controls for setting and getting distid
Richard Levitte
2020-09-08
1
-82
/
+0
*
EVP: Add support for delayed EVP_PKEY operation parameters
Richard Levitte
2020-09-08
1
-0
/
+82
*
Fix coverity CID #1466378 - Incorrect expression in ec_backend.c
Shane Lontis
2020-09-05
1
-1
/
+1
*
EC: Remove one error record that shadows another
Richard Levitte
2020-09-03
1
-2
/
+0
*
Ignore vendor name in Clang version number.
Jung-uk Kim
2020-08-28
2
-2
/
+2
*
Fix coverity CID #1458644 - Negative return passed to function taking size_t ...
Shane Lontis
2020-08-24
1
-1
/
+1
*
Add Explicit EC parameter support to providers.
Shane Lontis
2020-08-22
5
-153
/
+604
*
Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt
Dr. David von Oheimb
2020-08-21
1
-5
/
+7
*
X509: Add d2i_PUBKEY_ex(), which take a libctx and propq
Richard Levitte
2020-08-20
1
-2
/
+6
*
Add libctx to ecdh_KDF_X9_63.
Shane Lontis
2020-08-09
2
-10
/
+23
*
Add evp_test fixes.
Shane Lontis
2020-08-07
2
-4
/
+6
*
unify spelling of serialize
Pauli
2020-07-30
3
-5
/
+5
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
1
-3
/
+3
*
[EC][ASN1] Detect missing OID when serializing EC parameters and keys
Nicola Tuveri
2020-07-06
3
-3
/
+18
*
Ensure creating an EC public key uses the libctx
Matt Caswell
2020-06-19
2
-16
/
+30
*
Add more complete support for libctx/propq in the EC code
Matt Caswell
2020-06-19
8
-33
/
+67
*
Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more generic
Matt Caswell
2020-06-19
3
-45
/
+3
*
kdf: make function naming consistent.
Pauli
2020-06-11
1
-3
/
+3
*
[crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementation
Nicola Tuveri
2020-06-04
2
-2336
/
+46
*
Update copyright year
Matt Caswell
2020-06-04
1
-1
/
+1
*
Move EC_METHOD to internal-only
Billy Brumley
2020-06-02
8
-26
/
+47
*
Avoid undefined behavior with unaligned accesses
Bernd Edlinger
2020-05-27
2
-20
/
+22
*
Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()
Dr. David von Oheimb
2020-05-26
2
-2
/
+2
*
Update core_names.h fields and document most fields.
Shane Lontis
2020-05-26
1
-8
/
+7
*
Fix coverity issues in EC after #11807
Nicola Tuveri
2020-05-24
1
-4
/
+4
*
deprecate EC_POINT_make_affine and EC_POINTs_make_affine
Billy Brumley
2020-05-20
4
-5
/
+12
*
deprecate EC precomputation functionality
Billy Brumley
2020-05-19
2
-0
/
+4
*
deprecate EC_POINTs_mul function
Billy Brumley
2020-05-16
1
-8
/
+34
*
Fix the KEYNID2TYPE macro
Matt Caswell
2020-05-04
1
-3
/
+3
*
Add the library ctx into an ECX_KEY
Matt Caswell
2020-05-04
2
-7
/
+8
*
Add the ability to ECX to import keys with only the private key
Matt Caswell
2020-05-04
2
-29
/
+41
[next]