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