index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fuzz
/
asn1parse.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-22
Add SM2 signature algorithm to default provider
Paul Yang
21
-175
/
+799
2020-09-22
Add SM2 key management
Paul Yang
7
-7
/
+295
2020-09-22
Added FIPS DEP initialization for the NonStop platform in fips/self_test.c.
Randall S. Becker
1
-0
/
+16
2020-09-21
Add const to 'ppin' function parameter
olszomal
2
-4
/
+6
2020-09-21
DOC: POD syntax fixes in doc/man1/openssl-cmp.pod.in
Richard Levitte
1
-0
/
+5
2020-09-21
Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP sign
Norman Ashley
2
-26
/
+9
2020-09-21
Increase PSK_MAX_IDENTITY_LEN from 128 to 256
Eric Curtin
1
-1
/
+1
2020-09-21
apps/ocsp: Return non zero exit code with invalid certID
Tomas Mraz
1
-6
/
+12
2020-09-21
Increase PSK_MAX_PSK_LEN to 512
Rutger Hendriks
2
-2
/
+2
2020-09-21
Correct certificate and key names for explicit ec param test
Tomas Mraz
1
-2
/
+4
2020-09-21
Fixed EVP_MAC_final argument count in example
ozppupbg
1
-5
/
+5
2020-09-21
Fix merge error with libcrypto.num
Shane Lontis
1
-1
/
+0
2020-09-20
util/find-doc-nits: Add a regexp for C symbols and use it
Richard Levitte
1
-7
/
+10
2020-09-20
DECODER: Some cleanups, and aligning with OSSL_ENCODER
Richard Levitte
10
-323
/
+307
2020-09-20
TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
6
-100
/
+223
2020-09-20
ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
5
-38
/
+82
2020-09-20
ENCODER: Refactor our provider encoder implementations
Richard Levitte
6
-446
/
+364
2020-09-20
ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODER
Richard Levitte
16
-342
/
+979
2020-09-20
ENCODER: Redefine the libcrypto <-> provider interface
Richard Levitte
4
-101
/
+171
2020-09-20
ocsp_vfy.c: Clean up code w.r.t. coding guidelines and reduce redundancies
Dr. David von Oheimb
2
-142
/
+111
2020-09-20
Fix: ecp_nistz256-armv4.S bad arguments
Henry N
1
-3
/
+3
2020-09-20
Deprecate ASN1_STRING_length_set in OpenSSL 3.0.
David Benjamin
3
-2
/
+4
2020-09-19
util/mkerr.h: Restore header file rename
Richard Levitte
1
-0
/
+1
2020-09-19
Fix ec keygen so that it passes the library context to SSL_SELF_TEST_get_call...
Shane Lontis
2
-4
/
+3
2020-09-19
Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.
Shane Lontis
4
-11
/
+71
2020-09-19
Add KEM (Key encapsulation mechanism) support to providers
Shane Lontis
27
-10
/
+1677
2020-09-18
Update the EdDSA docs with information about Algorithm Identifiers
Matt Caswell
1
-0
/
+13
2020-09-18
Make sure we properly test for EdDSA with alg ids
Matt Caswell
1
-6
/
+6
2020-09-18
Teach EdDSA signature algorithms about AlgorithmIdentifiers
Matt Caswell
8
-0
/
+188
2020-09-18
Add option to fipsinstall to disable fips security checks at run time.
Shane Lontis
12
-31
/
+145
2020-09-18
Add 'fips-securitychecks' option and plumb this into the actual fips checks
Shane Lontis
22
-1965
/
+2425
2020-09-18
fix provider exchange operations
Shane Lontis
3
-51
/
+11
2020-09-18
fix provider signatures
Shane Lontis
7
-148
/
+60
2020-09-18
Separate fips and non fips code for key operations
Shane Lontis
7
-128
/
+347
2020-09-18
Add missing 'ossl_unused' tags to some gettable and settable methods.
Shane Lontis
2
-4
/
+4
2020-09-18
Add error message to genpkey app for the '-genparam' option
Shane Lontis
1
-1
/
+5
2020-09-18
Add fips checks for ecdh key agreement
Shane Lontis
4
-194
/
+206
2020-09-18
Add fips checks for rsa encryption
Shane Lontis
3
-8
/
+66
2020-09-18
Add fips checks for dh key agreement
Shane Lontis
3
-23
/
+74
2020-09-18
Add fips checks for ecdsa signatures
Shane Lontis
7
-173
/
+312
2020-09-18
Add fips checks for dsa signatures
Shane Lontis
3
-49
/
+294
2020-09-18
Add fips checks for rsa signatures.
Shane Lontis
7
-1131
/
+1466
2020-09-18
Fix some doc-nits and make update errors
Matt Caswell
2
-1
/
+3
2020-09-18
Remove some unneeded code from lhash.h
Matt Caswell
1
-26
/
+0
2020-09-18
Update err.h to use the new lhash generation code
Matt Caswell
3
-1
/
+10
2020-09-18
Update conf.h.in to use the new lhash generation code
Matt Caswell
1
-4
/
+3
2020-09-18
Provide basis for fixing lhash code
Matt Caswell
2
-1
/
+62
2020-09-18
s_client.pod: Fix grammar in NOTES section.
Alexander Borkowski
1
-1
/
+1
2020-09-17
Add selftest callback to CRNG output test
Shane Lontis
5
-11
/
+46
2020-09-17
Fix AES_XTS on x86-64 platforms with BSAES and VPAES support.
Shane Lontis
1
-2
/
+5
[next]