index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/
Dr. David von Oheimb
2020-04-18
4571
-9
/
+322
*
Add a couple of hints to fuzz/README.md
Dr. David von Oheimb
2020-04-18
1
-12
/
+27
*
Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistency
Dr. David von Oheimb
2020-04-18
5
-12
/
+13
*
GOST2012 TLS ClientCertificateType Identifiers support
Nikolay Morozov
2020-04-18
4
-7
/
+11
*
DOC: Extend the description of EVP_PKEY_CTX_new_from_name()
Richard Levitte
2020-04-18
1
-5
/
+27
*
DOC: Add more description of EVP_PKEY_fromdata(), and examples
Richard Levitte
2020-04-18
1
-7
/
+165
*
apps/speed: fix invalid final report when run SM2 benchmarks in parallel
张盛豪
2020-04-18
1
-3
/
+4
*
GOST cipher names adjustment
Dmitry Belyavskiy
2020-04-17
7
-108
/
+201
*
INSTALL: document 'no-ui-console' rather than 'no-ui'
Richard Levitte
2020-04-17
1
-3
/
+3
*
When calling the import_to function pass the libctx too
Matt Caswell
2020-04-17
6
-38
/
+57
*
Windows: Add type casting in CRYPTO_atomic_add to remove warning
Kochise
2020-04-17
1
-1
/
+1
*
doc: note that the FIPS provider contains some non-approved algorithms.
Pauli
2020-04-17
1
-2
/
+3
*
news: note the addition of ECX and SHAKE256 to the FIPS provider as non-appro...
Pauli
2020-04-17
1
-0
/
+3
*
pkey: free key manager on error path
Pauli
2020-04-17
1
-0
/
+1
*
ecx: check for errors creating public keys from private ones.
Pauli
2020-04-17
4
-9
/
+15
*
s390: ECX key generation fixes.
Pauli
2020-04-17
6
-432
/
+281
*
ecx: add key generation support.
Pauli
2020-04-17
8
-11
/
+595
*
Add ECX to FIPS provider as non-FIPS algorithms
Pauli
2020-04-17
1
-0
/
+10
*
TEST: Add a test of keygen with an empty template in test/evp_extra_test.c
Richard Levitte
2020-04-17
1
-0
/
+42
*
EVP: Fix calls to evp_pkey_export_to_provider()
Richard Levitte
2020-04-17
4
-24
/
+30
*
TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 support
Nikolay Morozov
2020-04-16
3
-2
/
+16
*
Document X509_verify_ex() and X509_REQ_verify_ex()
Matt Caswell
2020-04-16
1
-18
/
+30
*
Introduce an internal version of X509_check_issued()
Matt Caswell
2020-04-16
3
-4
/
+14
*
Create a libctx aware X509_verify_ex()
Matt Caswell
2020-04-16
4
-8
/
+25
*
Put sys-specific files in build.info
Rich Salz
2020-04-16
3
-67
/
+65
*
Use build.info, not ifdef for crypto modules
Rich Salz
2020-04-16
25
-254
/
+215
*
Add DH keygen to providers
Shane Lontis
2020-04-15
26
-247
/
+1268
*
Add DSA keygen to provider
Shane Lontis
2020-04-15
39
-225
/
+1678
*
Make sure we always send an alert in libssl if we hit a fatal error
Matt Caswell
2020-04-15
1
-1
/
+3
*
When calling EC_POINT_point2buf we must use a libctx
Matt Caswell
2020-04-15
1
-1
/
+11
*
Document the new libctx aware private key functions
Matt Caswell
2020-04-15
3
-24
/
+83
*
Make sure we use the libctx in libssl when loading PrivateKeys
Matt Caswell
2020-04-15
1
-9
/
+15
*
Teach PEM_read_bio_PrivateKey about libctx
Matt Caswell
2020-04-15
3
-9
/
+34
*
Teach the OSSL_STORE code about libctx
Matt Caswell
2020-04-15
4
-18
/
+57
*
Use the libctx in Ed448 private key decoding
Matt Caswell
2020-04-15
1
-21
/
+31
*
Teach d2i_PrivateKey et al about libctx
Matt Caswell
2020-04-15
9
-56
/
+120
*
Fix no-pic static builds
Tomas Mraz
2020-04-15
1
-1
/
+5
*
EVP: fix memleak in evp_pkey_downgrade()
Richard Levitte
2020-04-15
1
-1
/
+9
*
EVP: Add a temporary SM2 hack to key generation
Richard Levitte
2020-04-15
1
-1
/
+43
*
EC: Refactor EVP_PKEY_CTX curve setting macros for param generation
Richard Levitte
2020-04-15
6
-10
/
+119
*
PROV: Implement EC param / key generation
Richard Levitte
2020-04-15
4
-1
/
+204
*
KEYMGMT: Add functions to get param/key generation parameters
Richard Levitte
2020-04-15
6
-12
/
+75
*
Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...
Shane Lontis
2020-04-15
1
-0
/
+2
*
mkerr: remove legacy guards from generated error headers
Dr. Matthias St. Pierre
2020-04-15
29
-140
/
+1
*
Add ex_data to EVP_PKEY.
Aaron Thompson
2020-04-14
7
-3
/
+39
*
BIO_do_accept: correct error return value
scott
2020-04-14
1
-6
/
+7
*
Fix some errors in documentation
Richard Levitte
2020-04-11
2
-6
/
+4
*
Initialize files that declare internal symbols
Richard Levitte
2020-04-11
5
-7
/
+14
*
Rework util/find-doc-nits to distinguish internal documentation
Richard Levitte
2020-04-11
2
-108
/
+138
*
Add manpage entry for X509_check_purpose()
Jake Maynard
2020-04-11
3
-2
/
+77
[next]