summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0.3openssl-3.0.3Matt Caswell2022-05-033-4/+4
* make updateMatt Caswell2022-05-033-51/+51
* CHANGES.md: Attribute the OPENSSL_LH_flush() fix properlyTomas Mraz2022-05-031-2/+2
* Update copyright yearMatt Caswell2022-05-03118-118/+118
* Update CHANGES and NEWS for new releaseMatt Caswell2022-05-032-1/+107
* Update Paul's pgp key signaturePauli2022-05-031-1/+1
* c_rehash: Do not use shell to invoke opensslTomas Mraz2022-05-031-4/+25
* Fix the RC4-MD5 cipherMatt Caswell2022-05-033-25/+3
* Test ocsp with invalid responses and the "-no_cert_checks" optionMatt Caswell2022-05-031-57/+65
* Fix OCSP_basic_verify signer certificate validationMatt Caswell2022-05-031-2/+3
* Improving locale testDmitry Belyavskiy2022-05-021-2/+4
* fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz2022-05-021-1/+5
* http_client.c: check expected content type only if HTTP status code is 200 (OK)Dr. David von Oheimb2022-05-021-1/+1
* Fix memleak in test/provider_test.cRichard Levitte2022-04-291-1/+4
* poly1305: Properly copy the whole context on dupTomas Mraz2022-04-291-2/+3
* Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau2022-04-277-1/+214
* doc: replace "symmetric cipher" phrase in EVP_MD manpagesJan Engelhardt2022-04-2711-11/+11
* Prefer GNU library initialization mechanism over platform oneJon Spillett2022-04-271-6/+7
* Test that SipHash_Final() fails on uninited contextTomas Mraz2022-04-271-0/+2
* siphash: Properly set mac size in sipcopyTomas Mraz2022-04-271-4/+6
* siphash: Fail finalization on uninitialized siphash contextTomas Mraz2022-04-271-1/+1
* pem_password_cb(3): References to other man pagesEasySec2022-04-261-2/+2
* Testing the EVP_PKEY_CTX_new_from_name without preliminary initDmitry Belyavskiy2022-04-263-2/+22
* Ensure we initialized the locale before evp_pkey_name2typeDmitry Belyavskiy2022-04-261-0/+2
* Use .s extension for ia64 assemblerJon Spillett2022-04-253-3/+3
* Fix bug in OPENSSL_LH_flushHugo Landau2022-04-251-0/+2
* Add support for new release commit review requirement bypassHugo Landau2022-04-251-4/+4
* Add Tomas Mraz key to release key fingerprintsTomas Mraz2022-04-221-0/+3
* Never use `__atomic_*` on macOS 10.7 and 10.8Kirill A. Korinsky2022-04-221-3/+15
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-2166-233/+169
* Minimal test checking we can get public key in Turkish localeDmitry Belyavskiy2022-04-214-1/+153
* FIPS provider modificationsDmitry Belyavskiy2022-04-211-0/+37
* Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy2022-04-2110-3/+171
* Clear incorrectly reported errors in cms_io.Daniel Fiala2022-04-214-5/+38
* Fix a possible NULL pointer dereference in create_cert_store()Zhou Qingyang2022-04-211-0/+4
* Fix wild pointer dereference in make_ocsp_response()Zhou Qingyang2022-04-211-0/+5
* Avoid undefined behavior of provided macs on EVP_MAC reinitializationTomas Mraz2022-04-195-33/+39
* evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTXTomas Mraz2022-04-192-0/+83
* doc: Clarify that calling SSL_set_session(ssl, NULL) is a correct use case.EasySec2022-04-191-1/+2
* Fix an assertion in the DTLS server codeBernd Edlinger2022-04-142-4/+50
* Add error code for unsupported explicit parametersTomas Mraz2022-04-145-3/+8
* endecode_test: Handle expected failures for non-fips ec keysTomas Mraz2022-04-141-35/+49
* Import only named params into FIPS moduleTomas Mraz2022-04-141-7/+18
* Check the return of EVP_KDF_fetch()tangyiqun2022-04-131-0/+2
* Add return value check of X509V3_add_value() in X509V3_parse_list()Zhou Qingyang2022-04-121-4/+12
* SSL_conf_cmd: Allow DH Parameters at any position.Daniel Fiala2022-04-124-9/+181
* Fix -no-tls1_2 in testsTodd Short2022-04-112-0/+5
* Add test for openssl ecparam with fips and base providersTomas Mraz2022-04-111-2/+32
* ec_export: Other parameters are exportable with domain parametersTomas Mraz2022-04-111-3/+0
* Add test for resetting SM2 dist IDTomas Mraz2022-04-111-0/+18