index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
threads_pthread.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-12
Add OSSL_PARAM_dup() and OSSL_PARAM_merge().
Shane Lontis
12
-68
/
+583
2021-04-12
kmac: update the documention for the customisation string maximum length
Pauli
1
-1
/
+1
2021-04-12
kmac: fix customistation string overflow bug
Pauli
1
-45
/
+79
2021-04-12
kmac: add long customisation string example
Pauli
1
-0
/
+19
2021-04-12
Add additional KMAC error
Pauli
3
-0
/
+3
2021-04-09
apps: fix warning about size_t / int conversion
Armin Fuerst
3
-4
/
+4
2021-04-09
crl2pkcs7 shouldn't include empty optional sets
Dave Coombs
1
-7
/
+9
2021-04-09
Fix typos in x509.pod
Nan Xiao
1
-2
/
+2
2021-04-09
Small fixes and cleanups of provider API documentation
Tomas Mraz
13
-28
/
+36
2021-04-09
provider-decoder.pod: Documentation of provider side decoder API
Tomas Mraz
2
-0
/
+343
2021-04-09
Fix typo in statem_clnt.c
Nan Xiao
1
-1
/
+1
2021-04-09
Inherit hostflags verify params even without hosts
Christian Heimes
2
-2
/
+45
2021-04-08
d2i_PrivateKey_decoder(): Fix premature exit on unsuccessful OSSL_DECODER_CTX...
Dr. David von Oheimb
1
-1
/
+1
2021-04-08
PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private key
Dr. David von Oheimb
4
-73
/
+54
2021-04-08
d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...
Dr. David von Oheimb
6
-31
/
+167
2021-04-08
PEM_X509_INFO_read,{_bio}_ex(): Complete documentation in PEM_X509_INFO_read_...
Dr. David von Oheimb
1
-10
/
+20
2021-04-08
apps: fix Camellia CBC performance loop
Pauli
1
-1
/
+1
2021-04-08
Prepare for 3.0 alpha 15
Matt Caswell
3
-4
/
+4
2021-04-08
Prepare for release of 3.0 alpha 14
openssl-3.0.0-alpha14
Matt Caswell
3
-4
/
+4
2021-04-08
Update copyright year
Matt Caswell
263
-263
/
+263
2021-04-08
Remove a TODO in EVP_set_default_properties
Matt Caswell
1
-5
/
+3
2021-04-08
Update the algorithm fetching documentation links
Matt Caswell
14
-20
/
+20
2021-04-08
Update provider.pod
Matt Caswell
1
-192
/
+8
2021-04-08
Add additional glossary entries
Matt Caswell
1
-0
/
+131
2021-04-08
Expand the libcrypto documentation
Matt Caswell
1
-23
/
+440
2021-04-08
curve448: Integrate 64-bit reference implementation
Amitay Isaacs
4
-5
/
+21
2021-04-08
Configure: Check if 128-bit integers are supported by compiler
Amitay Isaacs
1
-0
/
+14
2021-04-08
curve448: Use constant time zero check function
Amitay Isaacs
1
-5
/
+3
2021-04-08
Add a constant time zero check function for 64-bit integers
Amitay Isaacs
1
-0
/
+5
2021-04-08
curve448: Remove the unrolled loop version
Amitay Isaacs
1
-124
/
+16
2021-04-08
curve448: Use NLIMBS where appropriate to simplify the code
Amitay Isaacs
1
-6
/
+6
2021-04-08
curve448: Modernise reference 64-bit code
Amitay Isaacs
3
-30
/
+37
2021-04-08
curve448: Rename arch_ref64 to arch_64
Amitay Isaacs
3
-0
/
+0
2021-04-08
Partially Revert "Remove curve448 architecture specific files"
Amitay Isaacs
3
-0
/
+388
2021-04-08
curve448: Use relative includes to avoid explicit dependencies
Amitay Isaacs
4
-10
/
+3
2021-04-08
Use numbers definition of int128_t and uint128_t
Amitay Isaacs
10
-29
/
+26
2021-04-08
numbers: Define 128-bit integers if compiler supports
Amitay Isaacs
1
-0
/
+10
2021-04-08
test: add extra secure memory test case.
Pauli
1
-10
/
+36
2021-04-08
param_build: check for the usage of secure memory better.
Pauli
1
-2
/
+6
2021-04-08
Revert "Fix AES-CBC perf test failure issue"
Pauli
1
-1
/
+0
2021-04-08
property: lock the lib ctx when updating the property definition cache
Pauli
3
-5
/
+33
2021-04-08
test: fix problem with threads test using default library context.
Pauli
1
-1
/
+35
2021-04-08
property: check return values from the property locking calls.
Pauli
7
-24
/
+28
2021-04-08
apps: fix AES CBC performance loop
Pauli
1
-1
/
+1
2021-04-08
Fix more certificate related lib_ctx settings.
Shane Lontis
15
-47
/
+79
2021-04-08
fix coverity 1466710: resource leak
Pauli
1
-3
/
+3
2021-04-08
dh: fix coverity 1473238: argument cannot be negative
Pauli
1
-4
/
+5
2021-04-08
evp: fix coverity 1473631: argument cannot be negative
Pauli
1
-3
/
+4
2021-04-08
evp: fix coverity 1451509: argument cannot be negative
Pauli
1
-1
/
+5
2021-04-08
evp: fix coverity 1451510: argument cannot be negative
Pauli
1
-1
/
+5
[next]