index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
oqs-provider
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2024-10-28
Fix ambiguous output of Signature Algorithms
Bernd Edlinger
1
-2
/
+22
2024-10-26
check-format-commit.sh: various improvements; check unstaged changes on empty...
Dr. David von Oheimb
1
-79
/
+67
2024-10-26
check-format-commit.sh: make awk patterns more robust for MacOS and certain f...
Dr. David von Oheimb
1
-5
/
+5
2024-10-24
Dependabot update
dependabot[bot]
1
-1
/
+1
2024-10-24
github: add fips configuration, with legacy transitions turned off
Dimitri John Ledkov
1
-0
/
+1
2024-10-24
fips no-des: compile out TDES KAT
Dimitri John Ledkov
1
-0
/
+4
2024-10-24
tls_common.c: Align the calculation of maximal alignment value
Frederik Wedel-Heinen
1
-7
/
+7
2024-10-23
Do not confuse TAP::Parser by mixing up stderr with stdout.
Alexandr Nedvedicky
1
-1
/
+7
2024-10-23
Dependabot: no longer set an "approval: otc review pending" label
Kurt Roeckx
1
-1
/
+0
2024-10-23
Fix missing sendmmsg/recvmmsg on AIX
Tomas Mraz
1
-1
/
+1
2024-10-23
TRACE: automatically respect disabled categories
Dr. David von Oheimb
2
-3
/
+7
2024-10-23
Fix memory leaks in ossl_quic_calculate_retry_integrity_tag()
Niels Dossche
1
-5
/
+5
2024-10-23
Improve documentation about duplicate algorithm registrations
Michael Baentsch
3
-2
/
+21
2024-10-23
s390x: Don't probe crypto cards for ME/CRT offloading during initialization
Ingo Franzki
3
-50
/
+39
2024-10-23
work around oqsprovider out-of-source build bug
Michael Baentsch
2
-2
/
+72
2024-10-23
Updated oqsprovider to v0.7.0
Michael Baentsch
3
-51
/
+0
[next]