index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fips selftest: avoid relying on a real RNG for self tests
Pauli
2023-09-27
3
-67
/
+133
*
fix indentation
Pauli
2023-09-27
1
-1
/
+1
*
remove redundant free of NULL
Pauli
2023-09-27
1
-8
/
+1
*
Fix new typos found by codespell
Dimitri Papadopoulos
2023-09-18
4
-10
/
+10
*
Fix a key repointing in various ciphers
Neil Horman
2023-09-17
5
-5
/
+35
*
Remove use of _Static_assert
Matt Caswell
2023-09-15
1
-8
/
+3
*
Fix build of SHA3 on ARM64 with no-asm
Tomas Mraz
2023-09-15
1
-1
/
+1
*
Have legacy blake2 EVP structure use base blake2 implementation
Richard Levitte
2023-09-14
2
-5
/
+2
*
Fix a memleak in prepare_rsa_params
Bernd Edlinger
2023-09-13
1
-1
/
+4
*
Add dupctx support to rc4_hmac_md5 algo
Neil Horman
2023-09-12
2
-0
/
+29
*
implement dupctx for chacha20_poly1305
Neil Horman
2023-09-12
1
-0
/
+21
*
Fix aes_gcm_siv dupctx function
Neil Horman
2023-09-12
1
-1
/
+1
*
implement dupctx for aes_WRAP methods
Neil Horman
2023-09-12
1
-0
/
+21
*
Add dupctx support to aead ciphers
Neil Horman
2023-09-12
7
-0
/
+70
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
6
-8
/
+8
*
Remove repeated words
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
make update
Matt Caswell
2023-09-07
3
-104
/
+118
*
Copyright year updates
Matt Caswell
2023-09-07
129
-129
/
+129
*
Implement dupctx for chacha20 cipher
Neil Horman
2023-09-04
1
-0
/
+21
*
Fix decoders so that they use the passed in propq.
slontis
2023-08-16
4
-5
/
+124
*
When exporting/importing decoded keys do not use 0 as selection
Tomas Mraz
2023-08-04
3
-3
/
+15
*
Avoid exporting bogus (empty) data if empty selection is used
Tomas Mraz
2023-08-04
4
-0
/
+12
*
Don't add the msblob/pvk decoders if they're not suitable
Matt Caswell
2023-08-01
2
-0
/
+27
*
Update with `ARMV8_HAVE_SHA3_AND_WORTH_USING`
sdlyyxy
2023-07-21
1
-6
/
+2
*
Move CPU detection to armcap.c
sdlyyxy
2023-07-21
1
-27
/
+6
*
Enable ARMv8.2 accelerated SHA3 on compatible Apple CPUs
sdlyyxy
2023-07-21
1
-0
/
+59
*
Optimise PKEY decoders
Matt Caswell
2023-07-17
1
-3
/
+1
*
Do not ignore empty associated data with AES-SIV mode
Tomas Mraz
2023-07-14
1
-7
/
+11
*
Add limited support for WebAssembly WASI target
Marcin Kolny
2023-07-06
1
-0
/
+4
*
prov(legacy): update to structure based atomics
Pauli
2023-07-01
4
-14
/
+8
*
Do not use stitched AES-GCM implementation on PPC32
Tomas Mraz
2023-06-30
1
-1
/
+1
*
Add support for SHA256/192
Fergus Dall
2023-06-28
4
-1
/
+9
*
fips: use tsan counter instead of tsan_add to increment
Pauli
2023-06-16
1
-1
/
+1
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
4
-4
/
+4
*
fips: update DSA security check to fix legacy verify strengths
Pauli
2023-06-15
1
-7
/
+15
*
fips: use memory ordering rather than locks
Pauli
2023-06-14
1
-36
/
+14
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
13
-49
/
+91
*
add cygwin CI
Michael Baentsch
2023-06-12
1
-1
/
+1
*
Fix build on cygwin
Michael Baentsch
2023-06-12
1
-1
/
+3
*
Coverity 1531836: Check return value of CRYPTO_atomic_add()
Tomas Mraz
2023-06-11
1
-2
/
+3
*
Set RC4 defines on libcrypto/liblegacy
Tomas Mraz
2023-06-10
1
-0
/
+3
*
Cast the argument to unsigned char when calling isdigit()
Michael Baentsch
2023-06-06
1
-3
/
+3
*
gcm: use the new faster param location mechanism.
Pauli
2023-06-02
1
-0
/
+1
*
params: provide a faster TRIE based param lookup.
Pauli
2023-06-02
1
-135
/
+152
*
Enable obtaining certain DRBG params without a lock
Matt Caswell
2023-06-01
5
-10
/
+59
*
Refactor the DRBG implementations to manage locking themselves
Matt Caswell
2023-06-01
5
-59
/
+261
*
If oaep_md is not initialized, correctly initialize it
Dmitry Belyavskiy
2023-05-23
1
-3
/
+5
*
Update the FIPS checksums
Tomas Mraz
2023-05-22
3
-138
/
+174
*
Update hkdf.c to avoid potentially vulnerable code pattern
Nicky Mouha
2023-05-19
1
-1
/
+1
*
provider: return error if buf too small when getting ec pubkey param
Yi Li
2023-05-12
1
-1
/
+1
[next]