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
*
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
*
Update KDFs to use shared functions.
Pauli
2023-04-26
3
-109
/
+42
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
86
-100
/
+100
*
Minor refactoring of the Argon2 derive function
Tomas Mraz
2023-04-21
1
-48
/
+30
*
fix test failure on Kunpeng-920
zhangzhilei
2023-04-18
1
-1
/
+1
*
FFC cleanups
slontis
2023-04-03
2
-8
/
+5
*
Declare FIPS option functions in their own header
Pauli
2023-03-29
4
-5
/
+20
*
DRBG: restrict the digests that can be used with HMAC and Hash DRBGs.
Pauli
2023-03-29
4
-14
/
+37
*
fips: rework the option handling code
Pauli
2023-03-29
1
-49
/
+74
*
providers/implementations/kdfs/argon2.c: Don't use UINT64_C
Richard Levitte
2023-03-21
1
-1
/
+1
*
enable hardware acceleration for sm4-ccm
zhangzhilei
2023-03-21
1
-6
/
+30
*
Avoid freeing context on error
Pauli
2023-03-20
1
-2
/
+0
*
Coverity 1522032: use after free
Pauli
2023-03-20
1
-2
/
+2
*
providers/implementations/kdfs/argon2.c: Include openssl/e_os2.h instead of s...
Richard Levitte
2023-03-17
1
-4
/
+3
*
providers: add Argon2 KDF
Čestmír Kalina
2023-03-17
5
-0
/
+1601
*
proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}
Čestmír Kalina
2023-03-17
1
-0
/
+4
*
providers: add XOF support to blake2b
Čestmír Kalina
2023-03-17
3
-8
/
+128
*
riscv: Clean up extension test macros
Christoph Müllner
2023-03-16
11
-31
/
+35
*
enable VPSM4_EX_CAPABLE for sm4_gcm
zhangzhilei
2023-03-15
1
-12
/
+21
*
Segmentation fault in parent rng cleanup
afshinpir
2023-03-14
1
-1
/
+1
[next]