index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aria
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
3 days
Upgrade action/{upload,download}-artifact to v4
Richard Levitte
4
-22
/
+22
5 days
fips-jitter: set provider into error state upon CRNG permanent failures
Dimitri John Ledkov
1
-2
/
+6
5 days
Fix potential memory leak on failure of ecx_gen_init()
Niels Dossche
1
-1
/
+1
5 days
Fix potential memory leak on failure of dsa_gen_init()
Niels Dossche
1
-1
/
+1
8 days
Enable AES and SHA3 optimisations on Apple Silicon M4-based macOS systems
Tom Cosgrove
1
-1
/
+2
8 days
fips: remove redundant RSA encrypt/decrypt KAT
Dimitri John Ledkov
3
-153
/
+1
8 days
fips: zeroize temporary self-check out MD variable
Dimitri John Ledkov
1
-0
/
+1
8 days
.gitignore: Ignoring demo executables
Dmitry Belyavskiy
1
-0
/
+43
8 days
Remove the negative return values of EVP_KDF_* functions in documents
Peiwei Hu
1
-3
/
+1
8 days
Fix wrong return value checks for some functions
Peiwei Hu
5
-5
/
+5
8 days
Fix multiple wrong use of BN_check_prime
Peiwei Hu
2
-3
/
+7
8 days
Fix multiple wrong checks of EVP_PKEY_set1_encoded_public_key
Peiwei Hu
3
-3
/
+3
8 days
apps/lib/apps.c: fix the wrong check in check_cert_attributes
Peiwei Hu
1
-3
/
+3
8 days
Mark OPENSSL_armcap_P .hidden in arm asm
Kai Pastor
8
-0
/
+8
9 days
Fix SSL_write_[ex|ex2] on blocking quic streams
Neil Horman
1
-2
/
+13
9 days
sm2_sig_verify(): Do not call BN_CTX_end() without BN_CTX_start()
Tomas Mraz
1
-4
/
+8
10 days
add new keytype test for EVP_PKEY_Q_keygen
Michael Baentsch
2
-1
/
+54
10 days
pkeyutl.c: Avoid freeing pkey at multiple places
Tomas Mraz
1
-13
/
+4
10 days
README.md: Fix typo. Change 'the are' to 'there are'
spectre
1
-1
/
+1
10 days
s_cb.c: Move the negotiated group output
Michael Baentsch
1
-6
/
+7
10 days
Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_co...
wangcheng
8
-15
/
+116
10 days
x509_vfy.c and x509_lu.c: refactor find_issuer(), X509_STORE_CTX_get1_issuer(...
Dr. David von Oheimb
2
-137
/
+74
10 days
os-zoo CI: Replace macos-12 run with macos-15
Tomas Mraz
1
-1
/
+1
11 days
Make ossl_trace_param_values an official api function
Neil Horman
7
-104
/
+222
11 days
Add QUERY trace points
Neil Horman
4
-40
/
+211
11 days
Add a QUERY trace category
Neil Horman
2
-1
/
+3
11 days
Add tracing messages to the provider api
Neil Horman
2
-9
/
+260
11 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
2024-11-13
Use test_random() in hashtable mt test for reproducibility
Tomas Mraz
1
-18
/
+18
2024-11-13
Fix doc and use of_X509v3_add_extensions() in case sk_X509_EXTENSION_num(exts...
Dr. David von Oheimb
4
-9
/
+10
2024-11-13
Add test for SSL_stream_reset
Neil Horman
1
-4
/
+33
2024-11-13
Fix SSL_stream_reset for stream objects which have FIN bit set
Neil Horman
1
-2
/
+4
2024-11-13
Adjustments for the on schedule workflows
Tomas Mraz
8
-24
/
+25
2024-11-13
Fix memleaks in cmd_RecordPadding()
Holger Dengler
1
-8
/
+7
2024-11-13
feat: define and use ossl_bio_print_hex
Jonathan M. Wilbur
5
-43
/
+58
2024-11-13
test: the attributeDescriptor X.509v3 extension
Jonathan M. Wilbur
2
-1
/
+36
2024-11-13
doc: the attributeDescriptor X.509v3 extension
Jonathan M. Wilbur
3
-0
/
+50
2024-11-13
feat: support the attributeDescriptor X.509v3 extension
Jonathan M. Wilbur
5
-1
/
+233
2024-11-12
txp_generate_stream_frames(): Set stream id in header early enough
Tomas Mraz
1
-1
/
+1
2024-11-12
APPS/load_key_certs_crls(): refactor to clean up the code a little and add cl...
Dr. David von Oheimb
1
-8
/
+38
2024-11-09
openssl-pkeyutl.pod.in: improve description of -rawin and -digest options
Dr. David von Oheimb
2
-24
/
+49
2024-11-09
openssl-pkeyutl.pod.in: add that -sign is default op, update claim on hash ne...
Dr. David von Oheimb
1
-7
/
+13
2024-11-09
APPS/pkeyutl: add missing high-level check for -verifyrecover being usable on...
Dr. David von Oheimb
2
-5
/
+18
2024-11-09
APPS/pkeyutl: remove wrong check for -verifyrecover regarding too long sign/v...
Dr. David von Oheimb
2
-6
/
+11
2024-11-08
Add a test for setting TLSv1.2 ciphersuites on a QUIC object
Matt Caswell
1
-1
/
+11
2024-11-08
Don't complain with "no cipher match" for QUIC objects
Matt Caswell
1
-3
/
+5
[next]