index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
include
/
internal
/
lhash.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
3 days
Minor nit fix to EVP_CipherFinal_ex() return code documentation.
Frederik Wedel-Heinen
1
-5
/
+8
3 days
Fix memleak in dsa_gen()
Holger Dengler
1
-1
/
+1
3 days
Fix EVP_PKEY_print_private() so that it works with non default providers.
slontis
2
-3
/
+32
3 days
die() in .tmpl file should not be silently ignored.
Alexandr Nedvedicky
2
-2
/
+11
3 days
apps/passwd.c: Convert a redundant check to assert
Bartel Artem
1
-2
/
+1
3 days
Fix solaris build in CRYPTO_atomic_store api
Neil Horman
1
-1
/
+1
4 days
Use static array (length 256) for copy of OPENSSL_MALLOC_FAILURES
sftcd
3
-5
/
+18
4 days
Deprecate all BIO_meth_get_*() functions
Tomas Mraz
6
-53
/
+118
4 days
Use sk_X509_ATTRIBUTE_deep_copy() to copy attribute stacks in pk7_doit.c
Niels Dossche
1
-20
/
+2
4 days
ci: add daily runcheckers to exercise the -DOPENSSL_PEDANTIC_ZEROIZATION option
Pauli
1
-0
/
+2
4 days
fips: change integrity check zeroization to use the OPENSSL_PEDANTIC_ZEROIZAT...
Pauli
1
-0
/
+2
4 days
pbkdf2: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION define
Pauli
1
-1
/
+1
4 days
hkdf: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION define
Pauli
1
-1
/
+1
4 days
rsa: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION define
Pauli
1
-1
/
+1
4 days
ffc: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION define
Pauli
1
-1
/
+1
4 days
ec: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION define
Pauli
1
-1
/
+1
4 days
A typo fix in a comment
willmafh
1
-1
/
+1
5 days
Document expected BIO operations for libssl
David Benjamin
1
-0
/
+9
5 days
Upgrade action/{upload,download}-artifact to v4
Richard Levitte
4
-22
/
+22
7 days
fips-jitter: set provider into error state upon CRNG permanent failures
Dimitri John Ledkov
1
-2
/
+6
7 days
Fix potential memory leak on failure of ecx_gen_init()
Niels Dossche
1
-1
/
+1
7 days
Fix potential memory leak on failure of dsa_gen_init()
Niels Dossche
1
-1
/
+1
10 days
Enable AES and SHA3 optimisations on Apple Silicon M4-based macOS systems
Tom Cosgrove
1
-1
/
+2
10 days
fips: remove redundant RSA encrypt/decrypt KAT
Dimitri John Ledkov
3
-153
/
+1
10 days
fips: zeroize temporary self-check out MD variable
Dimitri John Ledkov
1
-0
/
+1
10 days
.gitignore: Ignoring demo executables
Dmitry Belyavskiy
1
-0
/
+43
10 days
Remove the negative return values of EVP_KDF_* functions in documents
Peiwei Hu
1
-3
/
+1
10 days
Fix wrong return value checks for some functions
Peiwei Hu
5
-5
/
+5
10 days
Fix multiple wrong use of BN_check_prime
Peiwei Hu
2
-3
/
+7
10 days
Fix multiple wrong checks of EVP_PKEY_set1_encoded_public_key
Peiwei Hu
3
-3
/
+3
10 days
apps/lib/apps.c: fix the wrong check in check_cert_attributes
Peiwei Hu
1
-3
/
+3
10 days
Mark OPENSSL_armcap_P .hidden in arm asm
Kai Pastor
8
-0
/
+8
11 days
Fix SSL_write_[ex|ex2] on blocking quic streams
Neil Horman
1
-2
/
+13
11 days
sm2_sig_verify(): Do not call BN_CTX_end() without BN_CTX_start()
Tomas Mraz
1
-4
/
+8
11 days
add new keytype test for EVP_PKEY_Q_keygen
Michael Baentsch
2
-1
/
+54
12 days
pkeyutl.c: Avoid freeing pkey at multiple places
Tomas Mraz
1
-13
/
+4
12 days
README.md: Fix typo. Change 'the are' to 'there are'
spectre
1
-1
/
+1
12 days
s_cb.c: Move the negotiated group output
Michael Baentsch
1
-6
/
+7
12 days
Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_co...
wangcheng
8
-15
/
+116
12 days
x509_vfy.c and x509_lu.c: refactor find_issuer(), X509_STORE_CTX_get1_issuer(...
Dr. David von Oheimb
2
-137
/
+74
12 days
os-zoo CI: Replace macos-12 run with macos-15
Tomas Mraz
1
-1
/
+1
13 days
Make ossl_trace_param_values an official api function
Neil Horman
7
-104
/
+222
13 days
Add QUERY trace points
Neil Horman
4
-40
/
+211
13 days
Add a QUERY trace category
Neil Horman
2
-1
/
+3
13 days
Add tracing messages to the provider api
Neil Horman
2
-9
/
+260
13 days
Adding a trace category for PROVIDER calls
Neil Horman
2
-1
/
+4
2024-11-15
remove ternary from runs-on, security repo is hosted on github.com
Dmitry Misharov
3
-28
/
+26
2024-11-13
man ECDSA_sign(3): fix wrong variable names
Alicja Kario
1
-2
/
+2
2024-11-13
Change "a SSL" to "an SSL"
Andrew Dinh
30
-40
/
+40
2024-11-13
test_hashtable_multithread(): Stress it more
Tomas Mraz
1
-7
/
+8
[next]