summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-13Use test_random() in hashtable mt test for reproducibilityTomas Mraz1-18/+18
2024-11-13Fix doc and use of_X509v3_add_extensions() in case sk_X509_EXTENSION_num(exts...Dr. David von Oheimb4-9/+10
2024-11-13Add test for SSL_stream_resetNeil Horman1-4/+33
2024-11-13Fix SSL_stream_reset for stream objects which have FIN bit setNeil Horman1-2/+4
2024-11-13Adjustments for the on schedule workflowsTomas Mraz8-24/+25
2024-11-13Fix memleaks in cmd_RecordPadding()Holger Dengler1-8/+7
2024-11-13feat: define and use ossl_bio_print_hexJonathan M. Wilbur5-43/+58
2024-11-13test: the attributeDescriptor X.509v3 extensionJonathan M. Wilbur2-1/+36
2024-11-13doc: the attributeDescriptor X.509v3 extensionJonathan M. Wilbur3-0/+50
2024-11-13feat: support the attributeDescriptor X.509v3 extensionJonathan M. Wilbur5-1/+233
2024-11-12txp_generate_stream_frames(): Set stream id in header early enoughTomas Mraz1-1/+1
2024-11-12APPS/load_key_certs_crls(): refactor to clean up the code a little and add cl...Dr. David von Oheimb1-8/+38
2024-11-09openssl-pkeyutl.pod.in: improve description of -rawin and -digest optionsDr. David von Oheimb2-24/+49
2024-11-09openssl-pkeyutl.pod.in: add that -sign is default op, update claim on hash ne...Dr. David von Oheimb1-7/+13
2024-11-09APPS/pkeyutl: add missing high-level check for -verifyrecover being usable on...Dr. David von Oheimb2-5/+18
2024-11-09APPS/pkeyutl: remove wrong check for -verifyrecover regarding too long sign/v...Dr. David von Oheimb2-6/+11
2024-11-08Add a test for setting TLSv1.2 ciphersuites on a QUIC objectMatt Caswell1-1/+11
2024-11-08Don't complain with "no cipher match" for QUIC objectsMatt Caswell1-3/+5
2024-11-07Add a test for the new_session_cb from a QUIC objectMatt Caswell1-0/+72
2024-11-07Make sure we use the correct SSL object when making a callbackMatt Caswell16-72/+87
2024-11-07Keep hold of a reference to the user SSL in QUICMatt Caswell4-5/+17
2024-11-07Bugfixes for params to legacy control translations for EC parametersVladimirs Ambrosovs1-1/+11
2024-11-07Adjust naming authority formatting when printing out admission extensionoleg.hoefling1-18/+16
2024-11-07Fix memory leak on failure in copy_issuer()Niels Dossche1-1/+2
2024-11-05Remove unnecessary sk_GENERAL_NAME_free() calls on NULLNiels Dossche1-3/+0
2024-11-05x509: add a newline after printing Full NameCeleste Liu1-0/+1
2024-11-05interop-tests.yml: Update to Fedora 40 and fix provisioning breakageTomas Mraz1-2/+2
2024-11-05Fix uses of `EVP_PKEY_Q_keygen` with `size_t` variadic argumentArtSin4-4/+4
2024-11-05Fix the default_md example in the ca docsMatt Caswell1-1/+1
2024-11-04Document extensibility of -groups parameter via providersMichael Baentsch1-5/+8
2024-11-04Remove two unused union members from struct x509_object_st.Gábor Tóthvári2-4/+2
2024-11-04Use correct alerts for some cert comp errorsTodd Short1-4/+12
2024-11-04Support DEFAULT keyword and '-' prefix in SSL_CTX_set1_groups_list()Frederik Wedel-Heinen4-13/+130
2024-11-04APPS/pkeyutl: strengthen error message on too long sign/verify inputDr. David von Oheimb1-6/+8
2024-11-04APPS/pkeyutl: -digest implies -rawin and can only be used with -sign and -verifyDr. David von Oheimb3-19/+25
2024-11-04APPS/pkeyutl: improve -rawin usability (implied by Ed25519 and Ed448) and docDr. David von Oheimb4-57/+122
2024-11-04CHANGES.md: re-word 'app' to 'command' and 'apps' to 'commands' for consistencyDr. David von Oheimb1-5/+6
2024-11-04apps/speed.c: Fix the benchmarking for AEAD ciphersMohammed Alhabib1-75/+285
2024-11-04apps: Change default cipher to aes-256-cbc for req, cms and smime appsAditya8-33/+31
2024-11-01Fix incorrect openssl-smime doc sample command for encryptZheyu Shen1-2/+2
2024-10-31speed.c: Check for 0 block sizeTomas Mraz1-1/+6
2024-10-30Fix potential memory leak in OSSL_HPKE_CTX_new()Niels Dossche1-0/+1
2024-10-30test: Add test cases for req -cipher optionAditya2-2/+51
2024-10-30req: Add -cipher option to specify private key encryption cipherAditya2-1/+22
2024-10-30Remove sslkeylog file setup from quic-hq-interopNeil Horman1-97/+0
2024-10-30fix: util/check-format-commit.sh - fix ending checkRichard Levitte1-1/+1
2024-10-30output negotiated TLS1.3 groupMichael Baentsch1-5/+6
2024-10-28speed.c: Check block size before running EVP_Cipher_loop()Tomas Mraz1-0/+23
2024-10-28test_speed: Explicitly test the crashing command line on sparcTomas Mraz1-2/+7
2024-10-28Fix builds on riscv64 using muslMatt Caswell1-1/+8