aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb2024-05-0127-50/+905
* Fix intermittent sslapitest early data related failuresMatt Caswell2024-05-012-17/+69
* Use OSSL_TIME instead of using arithmetic directly on time_tMatt Caswell2024-05-011-6/+12
* Fix race for X509 store found by thread sanitizerRobert Schulze2024-04-301-3/+3
* Fix alignment errors in hashtable fuzzerNeil Horman2024-04-301-2/+2
* ess_lib.c: Changed ERR_LIB_CMS to ERR_LIB_ESSleerubin132024-04-301-1/+1
* doc: clarify SSL_CIPHER_description allocationDaniel McCarney2024-04-291-1/+1
* archive artifacts before uploadDmitry Misharov2024-04-293-20/+22
* updated to oqs-provider 0.6.0Michael Baentsch2024-04-292-3/+3
* 82-test_ocsp_cert_chain.t: kill -HUP the server after client quitsTomas Mraz2024-04-291-3/+3
* 82-test_ocsp_cert_chain.t: Terminate the server after 1 connectionTomas Mraz2024-04-291-2/+4
* Raise an error on syscall failure in tls_retry_write_recordsNeil Horman2024-04-261-2/+5
* Make a failure in ktls_sendfile a syscall errorNeil Horman2024-04-261-1/+2
* Fix coverity 1596617Neil Horman2024-04-261-1/+0
* Fix coverity-1596616Neil Horman2024-04-261-1/+2
* Add an Apple privacy info file for OpenSSLTakehiko Yokota2024-04-261-0/+23
* ssl/statem: Replace size_t with int and add the checksJiasheng Jiang2024-04-262-4/+18
* Avoid duplicate default CApath lookupsViktor Dukhovni2024-04-262-10/+11
* hkdf: when HMAC key is all zeros, still set a valid key lengthDimitri John Ledkov2024-04-251-1/+1
* Fix grammar in srp_verifier.txthrtarsia2024-04-251-2/+2
* sha512.c: Grammar Fixes and Spell Checks in Implementation NotesMerreck2024-04-251-3/+3
* Fix grammar in certificates.txthrtarsia2024-04-241-1/+1
* Update perl-actions/install-with-cpanm version in CITomas Mraz2024-04-242-2/+2
* Add Attribute Certificate suport comments to CHANGES and NEWSDamian Hobson-Garcia2024-04-242-0/+8
* x509_acert: Add more parsing and printing testsDamian Hobson-Garcia2024-04-243-1/+66
* x509_acert: Load attributes from config file sectionDamian Hobson-Garcia2024-04-245-0/+140
* fuzz: Add attribute certificate fuzz testDamian Hobson-Garcia2024-04-244-2/+80
* x509_acert: Add simple API testsDamian Hobson-Garcia2024-04-245-1/+222
* Add IETFAttrSyntax type supportDamian Hobson-Garcia2024-04-2410-1/+441
* x509_acert: Add and retrieve certificate extensionsDamian Hobson-Garcia2024-04-244-4/+39
* x509_acert: Add API to sign and verify attribute certificatesDamian Hobson-Garcia2024-04-245-3/+52
* x509_acert: Add, remove and get attribute certificate attributesDamian Hobson-Garcia2024-04-246-0/+221
* Attribute certificate printing functionsDamian Hobson-Garcia2024-04-246-1/+410
* Attribute certificate getter and setter APIDamian Hobson-Garcia2024-04-2413-12/+601
* Add RFC 5755 attribute certificate supportDamian Hobson-Garcia2024-04-2414-1/+295
* Remove all references to FLOSS for NonStop Builds.Randall S. Becker2024-04-249-59/+3
* updating fuzz-corpora submoduleNeil Horman2024-04-241-0/+0
* adding a multithreaded hashtable testNeil Horman2024-04-242-20/+247
* Adding hashtable fuzzerNeil Horman2024-04-243-2/+421
* Introduce new internal hashtable implementationNeil Horman2024-04-2414-10/+1735
* Add CRYPTO_atomic_store apiNeil Horman2024-04-246-1/+56
* Fix list appending in win ossl_rcu_callNeil Horman2024-04-242-8/+1
* Make thread sanitizer cope with rcu locksNeil Horman2024-04-241-2/+24
* Coverity found the following issues:Neil Horman2024-04-241-0/+2
* Fix potential divide by zero errorNeil Horman2024-04-241-2/+18
* Invoke tear_down when exiting test_encode_tls_sct() prematurelyshridhar kalavagunta2024-04-231-2/+7
* crypto/threads_pthread.c: Fix typos found by codespellLogan Upchurch2024-04-231-2/+2
* Be more explicit about RSAES-PKCS#1v1.5 error handlingHubert Kario2024-04-224-8/+25
* Use empty renegotiate extension instead of SCSV for TLS > 1.0Tim Perry2024-04-2210-16/+153
* Fix missing NULL check in prov_config_testNeil Horman2024-04-221-0/+3