aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-2517-30/+149
* Fix a possible memory leak in req_mainBernd Edlinger2024-01-241-1/+1
* ci.yml: Replace actions-rs/toolchain@v1 with dtolnay/rust-toolchainTomas Mraz2024-01-231-9/+2
* tlsfuzzer.sh: Use python3Tomas Mraz2024-01-231-1/+1
* tlsfuzzer.sh: Make it more informative on errorsTomas Mraz2024-01-231-2/+5
* tlsfuzzer.sh: Run openssl version on the built app and not system oneTomas Mraz2024-01-231-1/+1
* gost_engine.sh: Set OPENSSL_ENGINES_DIRTomas Mraz2024-01-231-1/+1
* Fix typosJakub Wilk2024-01-232-2/+2
* Add CHANGES entryHugo Landau2024-01-231-0/+5
* Fix docsHugo Landau2024-01-231-0/+1
* QUIC MULTISTREAM TEST: Test optimised FIN APIHugo Landau2024-01-231-1/+38
* QUIC APL: Implement optimised FIN APIHugo Landau2024-01-239-23/+67
* QUIC: Add optimised FIN APIHugo Landau2024-01-233-11/+62
* Remove mios-simulator-version-min from default iOS configurationLars Schmertmann2024-01-221-5/+5
* 02-test_errstr.t: make robust on `openssl errstr` crashesDr. David von Oheimb2024-01-221-2/+3
* Removes unsed function: ssl_bad_method()Frederik Wedel-Heinen2024-01-193-8/+0
* Uninitialized array variableshashankmca802024-01-191-1/+1
* prevent integer overflow in ossl_asn1_time_from_tmPaul Dreik2024-01-181-2/+8
* add test for provoking integer overflow in ossl_asn1_time_from_tmPaul Dreik2024-01-181-0/+26
* Don't apply max_frag_len checking if no Max Fragment Length extensionMatt Caswell2024-01-181-4/+10
* Fix a FreeBSD build failure when KTLS is enabledMatt Caswell2024-01-181-0/+6
* Add a KTLS test where we write long app data recordsMatt Caswell2024-01-181-0/+35
* X509_dup.pod: add caveat that extra data is not copied and hints, e.g., to us...Dr. David von Oheimb2024-01-181-0/+13
* Move increment of dtls epoch to change cipher state functionFrederik Wedel-Heinen2024-01-188-24/+25
* Document SSL_R_UNEXPECTED_EOF_WHILE_READINGMatt Caswell2024-01-182-1/+7
* Add a deprecation warning for a function in docsKevin Jerebica2024-01-181-1/+6
* Fix reason value collision for CMP_R_UNEXPECTED_SENDERTomas Mraz2024-01-172-2/+2
* Introduce hash thunking functions to do proper castingNeil Horman2024-01-176-21/+150
* cmp_vfy.c/check_msg_all_certs(): remove needless trace output in case 3GPP mo...Dr. David von Oheimb2024-01-171-6/+6
* ossl_cmp_msg_check_update(): improve diagnostics of checking expected sender ...Dr. David von Oheimb2024-01-174-15/+29
* 80-test_cmp_http_data/: add tests for -no_cache_extracerts, fix and extend fu...Dr. David von Oheimb2024-01-179-44/+134
* CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb2024-01-177-37/+70
* CMP app: make -ignore_keyusage apply also for mock serverDr. David von Oheimb2024-01-172-3/+4
* Fix performance regression of ChaCha20 on LoongArch64Lin Runze2024-01-171-2/+1
* hurd: Fix dgram_sendmmsgSamuel Thibault2024-01-161-0/+5
* Add missing genpkey -rand supportViktor Dukhovni2024-01-162-2/+14
* Check whether the pubkey exists in ossl_ecx_key_duplan11202024-01-162-2/+11
* Remove receiving of unused return valueDrokov Pavel2024-01-151-2/+1
* Move discovery of the legacy alg type into the keymgmtMatt Caswell2024-01-154-19/+33
* Error in s_server when -rev option is used with dtls.Frederik Wedel-Heinen2024-01-151-0/+5
* Add X509_STORE_get1_objectsDavid Benjamin2024-01-155-9/+65
* Removed logically dead code from function i2r_issuer_sign_toolGopal Sharma2024-01-151-3/+0
* Add CHANGES.md and NEWS.md entries for CVE-2023-6237Tomas Mraz2024-01-152-1/+28
* Limit the execution time of RSA public key checkTomas Mraz2024-01-153-2/+56
* Fix arithmetic expression overflowDrokov Pavel2024-01-151-1/+1
* Fix grammar in documentationAkshat Maheshwari2024-01-151-1/+1
* poly1305_ieee754.c: fix PowerPC macrosbarracuda1562024-01-151-6/+6
* Check ASN1_OBJECT_new resultDrokov Pavel2024-01-151-0/+4
* Add apps/x509 -set_issuer & -set_subject option to override issuer & subjectJob Snijders2024-01-154-11/+53
* aes_platform.h, gcm128.c: fix Darwin PowerPC macro to include ppc64barracuda1562024-01-122-2/+2