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
*
Prepare for release of 3.0 alpha 14
openssl-3.0.0-alpha14
Matt Caswell
2021-04-08
3
-4
/
+4
*
Update copyright year
Matt Caswell
2021-04-08
263
-263
/
+263
*
Remove a TODO in EVP_set_default_properties
Matt Caswell
2021-04-08
1
-5
/
+3
*
Update the algorithm fetching documentation links
Matt Caswell
2021-04-08
14
-20
/
+20
*
Update provider.pod
Matt Caswell
2021-04-08
1
-192
/
+8
*
Add additional glossary entries
Matt Caswell
2021-04-08
1
-0
/
+131
*
Expand the libcrypto documentation
Matt Caswell
2021-04-08
1
-23
/
+440
*
curve448: Integrate 64-bit reference implementation
Amitay Isaacs
2021-04-08
4
-5
/
+21
*
Configure: Check if 128-bit integers are supported by compiler
Amitay Isaacs
2021-04-08
1
-0
/
+14
*
curve448: Use constant time zero check function
Amitay Isaacs
2021-04-08
1
-5
/
+3
*
Add a constant time zero check function for 64-bit integers
Amitay Isaacs
2021-04-08
1
-0
/
+5
*
curve448: Remove the unrolled loop version
Amitay Isaacs
2021-04-08
1
-124
/
+16
*
curve448: Use NLIMBS where appropriate to simplify the code
Amitay Isaacs
2021-04-08
1
-6
/
+6
*
curve448: Modernise reference 64-bit code
Amitay Isaacs
2021-04-08
3
-30
/
+37
*
curve448: Rename arch_ref64 to arch_64
Amitay Isaacs
2021-04-08
3
-0
/
+0
*
Partially Revert "Remove curve448 architecture specific files"
Amitay Isaacs
2021-04-08
3
-0
/
+388
*
curve448: Use relative includes to avoid explicit dependencies
Amitay Isaacs
2021-04-08
4
-10
/
+3
*
Use numbers definition of int128_t and uint128_t
Amitay Isaacs
2021-04-08
10
-29
/
+26
*
numbers: Define 128-bit integers if compiler supports
Amitay Isaacs
2021-04-08
1
-0
/
+10
*
test: add extra secure memory test case.
Pauli
2021-04-08
1
-10
/
+36
*
param_build: check for the usage of secure memory better.
Pauli
2021-04-08
1
-2
/
+6
*
Revert "Fix AES-CBC perf test failure issue"
Pauli
2021-04-08
1
-1
/
+0
*
property: lock the lib ctx when updating the property definition cache
Pauli
2021-04-08
3
-5
/
+33
*
test: fix problem with threads test using default library context.
Pauli
2021-04-08
1
-1
/
+35
*
property: check return values from the property locking calls.
Pauli
2021-04-08
7
-24
/
+28
*
apps: fix AES CBC performance loop
Pauli
2021-04-08
1
-1
/
+1
*
Fix more certificate related lib_ctx settings.
Shane Lontis
2021-04-08
15
-47
/
+79
*
fix coverity 1466710: resource leak
Pauli
2021-04-08
1
-3
/
+3
*
dh: fix coverity 1473238: argument cannot be negative
Pauli
2021-04-08
1
-4
/
+5
*
evp: fix coverity 1473631: argument cannot be negative
Pauli
2021-04-08
1
-3
/
+4
*
evp: fix coverity 1451509: argument cannot be negative
Pauli
2021-04-08
1
-1
/
+5
*
evp: fix coverity 1451510: argument cannot be negative
Pauli
2021-04-08
1
-1
/
+5
*
evp: fix coverity 1472682: argument cannot be negative
Pauli
2021-04-08
1
-1
/
+5
*
test: fix coverity 1473234 & 1473239: argument cannot be negative
Pauli
2021-04-08
1
-2
/
+2
*
test/recipes/02-test_errstr.t: Do not test negative system error codes
Richard Levitte
2021-04-07
1
-0
/
+4
*
test: fix coverity 1475940: negative return
Pauli
2021-04-07
1
-2
/
+2
*
test: fix coverity 1475941: resource leak
Pauli
2021-04-07
1
-2
/
+5
*
Disallow ASN.1 enumerated types to be treated as strings.
Pauli
2021-04-07
1
-1
/
+1
*
Remove locking in CRYPTO_secure_allocated()
Pauli
2021-04-07
1
-7
/
+6
*
Make the lock in CRYPTO_secure_allocated() a read lock
Pauli
2021-04-07
1
-1
/
+1
*
Fix AES-CBC perf test failure issue
Fangming.Fang
2021-04-07
1
-0
/
+1
*
Fix typo in store_meth.c
Nan Xiao
2021-04-07
1
-1
/
+1
*
Remove unnecessary setting SSL_MODE_AUTO_RETRY
Nan Xiao
2021-04-07
6
-14
/
+0
*
Adds a new lock to read default_path and uses a strdup() on default_path befo...
Sahana Prasad
2021-04-07
1
-5
/
+20
*
Ensure that the negative flag is correct set for ASN1 integer types.
Pauli
2021-04-07
1
-2
/
+4
*
Check for integer overflow in i2a_ASN1_OBJECT and error out if found.
Pauli
2021-04-07
5
-5
/
+14
*
Fix potential double free in sslapitest.c
Nan Xiao
2021-04-07
1
-1
/
+3
*
Deprecate the EVP_PKEY controls for CMS and PKCS#7
Tomas Mraz
2021-04-06
11
-175
/
+79
*
Include BN assembler alongside CPUID code
Richard Levitte
2021-04-02
2
-6
/
+9
*
Refactor CPUID code
Richard Levitte
2021-04-02
3
-211
/
+244
[next]