index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_lib.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2024-11-07
Add a test for the new_session_cb from a QUIC object
Matt Caswell
1
-0
/
+72
2024-11-07
Make sure we use the correct SSL object when making a callback
Matt Caswell
16
-72
/
+87
2024-11-07
Keep hold of a reference to the user SSL in QUIC
Matt Caswell
4
-5
/
+17
2024-11-07
Bugfixes for params to legacy control translations for EC parameters
Vladimirs Ambrosovs
1
-1
/
+11
2024-11-07
Adjust naming authority formatting when printing out admission extension
oleg.hoefling
1
-18
/
+16
2024-11-07
Fix memory leak on failure in copy_issuer()
Niels Dossche
1
-1
/
+2
2024-11-05
Remove unnecessary sk_GENERAL_NAME_free() calls on NULL
Niels Dossche
1
-3
/
+0
2024-11-05
x509: add a newline after printing Full Name
Celeste Liu
1
-0
/
+1
2024-11-05
interop-tests.yml: Update to Fedora 40 and fix provisioning breakage
Tomas Mraz
1
-2
/
+2
2024-11-05
Fix uses of `EVP_PKEY_Q_keygen` with `size_t` variadic argument
ArtSin
4
-4
/
+4
2024-11-05
Fix the default_md example in the ca docs
Matt Caswell
1
-1
/
+1
2024-11-04
Document extensibility of -groups parameter via providers
Michael Baentsch
1
-5
/
+8
2024-11-04
Remove two unused union members from struct x509_object_st.
Gábor Tóthvári
2
-4
/
+2
2024-11-04
Use correct alerts for some cert comp errors
Todd Short
1
-4
/
+12
2024-11-04
Support DEFAULT keyword and '-' prefix in SSL_CTX_set1_groups_list()
Frederik Wedel-Heinen
4
-13
/
+130
2024-11-04
APPS/pkeyutl: strengthen error message on too long sign/verify input
Dr. David von Oheimb
1
-6
/
+8
2024-11-04
APPS/pkeyutl: -digest implies -rawin and can only be used with -sign and -verify
Dr. David von Oheimb
3
-19
/
+25
2024-11-04
APPS/pkeyutl: improve -rawin usability (implied by Ed25519 and Ed448) and doc
Dr. David von Oheimb
4
-57
/
+122
2024-11-04
CHANGES.md: re-word 'app' to 'command' and 'apps' to 'commands' for consistency
Dr. David von Oheimb
1
-5
/
+6
2024-11-04
apps/speed.c: Fix the benchmarking for AEAD ciphers
Mohammed Alhabib
1
-75
/
+285
2024-11-04
apps: Change default cipher to aes-256-cbc for req, cms and smime apps
Aditya
8
-33
/
+31
2024-11-01
Fix incorrect openssl-smime doc sample command for encrypt
Zheyu Shen
1
-2
/
+2
2024-10-31
speed.c: Check for 0 block size
Tomas Mraz
1
-1
/
+6
2024-10-30
Fix potential memory leak in OSSL_HPKE_CTX_new()
Niels Dossche
1
-0
/
+1
2024-10-30
test: Add test cases for req -cipher option
Aditya
2
-2
/
+51
2024-10-30
req: Add -cipher option to specify private key encryption cipher
Aditya
2
-1
/
+22
2024-10-30
Remove sslkeylog file setup from quic-hq-interop
Neil Horman
1
-97
/
+0
2024-10-30
fix: util/check-format-commit.sh - fix ending check
Richard Levitte
1
-1
/
+1
2024-10-30
output negotiated TLS1.3 group
Michael Baentsch
1
-5
/
+6
2024-10-28
speed.c: Check block size before running EVP_Cipher_loop()
Tomas Mraz
1
-0
/
+23
2024-10-28
test_speed: Explicitly test the crashing command line on sparc
Tomas Mraz
1
-2
/
+7
2024-10-28
Fix builds on riscv64 using musl
Matt Caswell
1
-1
/
+8
[prev]
[next]