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
2023-02-28
Fix incomplete error check on ASN1_item_i2d()
ndossche
1
-1
/
+1
2023-02-28
Document the list of RAND algorithms in the default and fips providers.
slontis
2
-0
/
+32
2023-02-28
Add provider pre-fetching documentation
slontis
27
-8
/
+246
2023-02-28
Add documentation for "NULL" cipher and digest algorithms.
slontis
6
-1
/
+132
2023-02-27
Added a fuzzer for SMIME
Alex Gaynor
4
-2
/
+173
2023-02-24
util/find-doc-nits: improve error diagnostics on missing man section numbers ...
Dr. David von Oheimb
1
-6
/
+10
2023-02-24
CMS_add0_cert.pod: add missing man section numbers in recently added L<fun()>...
Dr. David von Oheimb
1
-3
/
+3
2023-02-24
Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider context
Ingo Franzki
5
-6
/
+85
2023-02-24
CMS_add0_cert: if cert already present, do not throw error but ignore it
Dr. David von Oheimb
6
-27
/
+56
2023-02-24
CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()
Dr. David von Oheimb
1
-5
/
+6
2023-02-24
first cut at sigalg loading
Michael Baentsch
18
-191
/
+3350
2023-02-24
test/recipes/01-test_symbol_presence.t: check for duplicate symbols in static...
Richard Levitte
1
-59
/
+141
2023-02-23
Add help for pkeyopt values for the genpkey commandline app.
slontis
3
-0
/
+79
2023-02-23
Skip subdirectories in SSL_add_dir_cert_subjects_to_stack()
olszomal
1
-0
/
+14
2023-02-23
Fixes #20278: Fixed double free bug in crypto/http/http_client.c
Jeeban Sethi
1
-3
/
+8
2023-02-23
Test that QUIC has the ciphersuites that we expect
Matt Caswell
1
-0
/
+51
2023-02-23
Don't send ciphersuites twice in QUIC
Matt Caswell
2
-61
/
+9
2023-02-23
CI: add Clang 16
Sam James
1
-0
/
+4
2023-02-22
Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrl
zhailiangliang
1
-2
/
+8
2023-02-22
Add const to some test tserver functions
Matt Caswell
2
-8
/
+8
2023-02-22
Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULT
Matt Caswell
8
-173
/
+168
2023-02-22
Don't declare SSL_CONNECTION twice
Matt Caswell
2
-3
/
+1
2023-02-22
Ensure calling BIO_recvmmsg() with a dgram pair reports errors
Matt Caswell
1
-2
/
+4
2023-02-22
Add a helper function to prepend a frame to a packet
Matt Caswell
3
-22
/
+44
2023-02-22
Add explanatory comments to say what happens during resizing of buffers
Matt Caswell
1
-5
/
+21
2023-02-22
Add a qtest_check_server_transport_err helper function
Matt Caswell
2
-7
/
+20
2023-02-22
Extend the corruption test to truncate a datagram
Matt Caswell
1
-9
/
+34
2023-02-22
Add the capability to listen for datagrams
Matt Caswell
2
-26
/
+96
2023-02-22
Don't treat the Tserver as connected until the handshake is confirmed
Matt Caswell
5
-4
/
+10
2023-02-22
Add a test for a corrupted packet
Matt Caswell
1
-1
/
+123
2023-02-22
Enable the fault injector to add faults to post-encryption packets
Matt Caswell
2
-24
/
+170
2023-02-22
Expand some comments in the header file
Matt Caswell
2
-12
/
+59
2023-02-22
Raise a protocol error if we have not received transport params from peer
Matt Caswell
1
-1
/
+5
2023-02-22
Add a test for a server that doesn't provide transport params
Matt Caswell
6
-32
/
+107
2023-02-22
Implement the QUIC Fault injector support for TLS handshake messages
Matt Caswell
3
-1
/
+277
2023-02-22
Add the ability to mutate TLS handshake messages before they are written
Matt Caswell
8
-11
/
+102
2023-02-22
Add a test where an unknown frame type is received
Matt Caswell
1
-0
/
+129
2023-02-22
Enable QUIC test server to find out the termination reason
Matt Caswell
7
-52
/
+82
2023-02-22
Treat unknown frames as a protocol error
Matt Caswell
1
-27
/
+7
2023-02-22
Don't raise an error on retryable read in a BIO_s_dgram_pair()
Matt Caswell
1
-4
/
+2
2023-02-22
Implement the QUIC Fault injector support for plaintext packets
Matt Caswell
2
-0
/
+143
2023-02-22
Add a skeleton quicfaultstest
Matt Caswell
7
-1
/
+310
2023-02-22
Add the ability to mutate QUIC packets before they are written
Matt Caswell
6
-20
/
+102
2023-02-22
update documentation to note that EdDSA is not FIPS approved
Pauli
2
-0
/
+4
2023-02-22
update changes entry to note EdDSA is not FIPS approved
Pauli
1
-2
/
+2
2023-02-22
Revert "Put EdDSA back as approved algorithms."
Pauli
1
-4
/
+4
2023-02-22
Add a test for no initialisation of the default config file
Matt Caswell
4
-1
/
+97
2023-02-22
Only call OPENSSL_init_crypto on fetch if using the default libctx
Matt Caswell
1
-4
/
+5
2023-02-21
Document return value of OSSL_DECODER_from_data
Benno Evers
1
-2
/
+2
2023-02-20
Fix incorrect error branch in ossl_bn_rsa_fips186_4_derive_prime()
ndossche
1
-1
/
+1
[next]