aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
3 daysDocuments initial agreed APIs for Encrypted Client Hello (ECH)feature/echStephen Farrell2-290/+818
3 daysadd ech-api.mdStephen Farrell1-0/+595
2024-06-26evp_pkey_ctx_setget_params_to_ctrl(): Always properly set ctx.action_typeTomas Mraz1-2/+1
2024-06-25Adapt all the exporter files to the new vars from util/mkinstallvars.plRichard Levitte4-11/+24
2024-06-25Give util/mkinstallvars.pl more fine grained control over var dependenciesRichard Levitte2-50/+85
2024-06-25Fix memory leak in x509_req_testIngo Franzki1-1/+2
2024-06-25bio_ssl.c: Do not call SSL_shutdown if not initederbsland-dev1-1/+1
2024-06-24Fix usage of deallocated EVP_RAND_CTX after execution of FIPS on-demand self ...Karol Brzuskiewicz2-0/+17
2024-06-24Allow calling OPENSSL_INIT_free() with NULL argumentTomas Mraz1-0/+3
2024-06-24stricter parser for ipv4_from_ascDavid Benjamin2-22/+129
2024-06-24Add Provider compatibility on PR CI jobTomas Mraz1-0/+266
2024-06-24Support subjectDirectoryAttributes and associatedInformation extsJonathan M. Wilbur14-2/+464
2024-06-24Fix typos found by codespellDimitri Papadopoulos10-13/+13
2024-06-23Extend `mask` of `ssl_method_st` to 64-biterbsland-dev1-1/+1
2024-06-22[DOCS] Correct history in doc/man3/OSSL_STORE_LOADER.podRichard Levitte1-8/+11
2024-06-21Make x509_req_test ANSI Compatibleerbsland-dev3-21/+41
2024-06-21Add Test for Verification Failure on Incorrect X509 Versionerbsland-dev3-1/+92
2024-06-21Add Version Check for CSR Verificationerbsland-dev4-2/+11
2024-06-21s_client: use the full buffer for readsHubert Kario1-2/+2
2024-06-21Fix regression of EVP_PKEY_CTX_add1_hkdf_info() with older providersTomas Mraz1-2/+9
2024-06-21Incorporate more review feedbackRobert Schulze1-2/+2
2024-06-21Incorporate review feedbackRobert Schulze2-10/+8
2024-06-21Fix data race between SSL_SESSION_list_add and ssl_session_dupRobert Schulze1-1/+9
2024-06-21Add test for ASN1_item_verify()Tomas Mraz4-1/+100
2024-06-21ASN1_item_verify_ctx(): Return -1 on fatal errorsTomas Mraz1-0/+2
2024-06-20feat: add delegatedNameConstraints and holderNameConstraints extsJonathan M. Wilbur6-2/+72
2024-06-20Add comp.h to gitignoreTodd Short1-0/+1
2024-06-20Add CHANGES.md entry for the EC/DSA nonce generation fixesTomas Mraz1-0/+8
2024-06-20Some minor nit corrections in the thread code for rcuNeil Horman4-2/+6
2024-06-20Fix handling of max_fragment_length extension for PSKFrederik Wedel-Heinen5-21/+25
2024-06-20CMP: add support for requesting cert template using genm/genpRajeev Ranjan24-45/+834
2024-06-20docs: fix SSL_CTX_set_tlsext_ticket_key_cb typosDaniel McCarney1-3/+3
2024-06-19ossl_store.pod: Correct the example of OSSL_STORE API usageEt7f31-1/+6
2024-06-19Fix typo in openssl-verification-options documentation.Jaime Hablutzel1-1/+1
2024-06-18CMP app: fix combination of -certout and -chainout with equal filename argumentDr. David von Oheimb4-7/+32
2024-06-18MVP demo TLS serverViktor Dukhovni7-5/+641
2024-06-18fix potential memory leak in PKCS12_add_key_ex()sashan1-6/+9
2024-06-18Remove configuration targets and related documentation for Guardian builds.Randall S. Becker2-36/+2
2024-06-17Add support for targetingInformation X.509v3 extensionJonathan M. Wilbur17-16/+427
2024-06-17OSSL_CMP_{validate_msg,CTX_new}.pod: add warning notes on OSSL_CMP_OPT_PERMIT...Dr. David von Oheimb2-2/+10
2024-06-17OSSL_CMP_validate_msg(): fix check such that OSSL_CMP_OPT_PERMIT_TA_IN_EXTRAC...Dr. David von Oheimb1-1/+1
2024-06-1780-test_cmp_http_data/test_connection.csv: disable localhost test as not supp...Dr. David von Oheimb1-1/+1
2024-06-15Configure: make absolutedir() use rel2abs() on Windows tooRichard Levitte1-0/+7
2024-06-10Fix memory leak in quic_trace.cAmir Mohammadi1-3/+6
2024-06-07[Docs] Notes about freeing objectsRuslan Baratov2-2/+6
2024-06-07test/prov_config_test.c: Cleanup and fix potential leaksTomas Mraz1-7/+2
2024-06-06add static analysis workflow for on-premise Coverity ConnectDmitry Misharov1-0/+39
2024-06-06Drop the old PGP key fingerprintRichard Levitte1-3/+0
2024-06-05Fix memory leak on error in crypto/conf/conf_mod.cshridhar kalavagunta1-1/+2
2024-06-05Allow group methods to customize initialization for speedWatson Ladd7-7/+275