summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-03603-605/+605
* Update CHANGES and NEWS for new releaseMatt Caswell2022-05-032-0/+110
* 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
* Acceleration of chacha20 on aarch64 by SVEDaniel Hu2022-05-036-6/+925
* md5: add assembly implementation for aarch64Jonathan Swinney2022-05-033-1/+697
* Improving locale testDmitry Belyavskiy2022-05-021-2/+4
* fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz2022-05-021-1/+5
* evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz2022-05-023-24/+24
* http_client.c: check expected content type only if HTTP status code is 200 (OK)Dr. David von Oheimb2022-05-021-1/+1
* Testing the EVP_PKEY_CTX_new_from_name without preliminary initDmitry Belyavskiy2022-04-293-2/+22
* Ensure we initialized the locale before evp_pkey_name2typeDmitry Belyavskiy2022-04-291-1/+2
* Fix memleak in test/provider_test.cRichard Levitte2022-04-291-1/+4
* Prefer .inst rather than .long for probe instructions in arm64cpuid.plyavtuk2022-04-291-4/+4
* poly1305: Properly copy the whole context on dupTomas Mraz2022-04-291-2/+3
* 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
* Move ossl_deinit_casecmp to the end of OPENSSL_cleanup()Mathias Berchtold2022-04-261-5/+5
* pem_password_cb(3): References to other man pagesEasySec2022-04-261-2/+2
* Clear unused variables in X509_print_ex()zhouzilong2022-04-261-2/+1
* 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
* Minimal test checking we can get public key in Turkish localeDmitry Belyavskiy2022-04-224-1/+153
* FIPS provider modificationsDmitry Belyavskiy2022-04-221-0/+37
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-2263-216/+162
* Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy2022-04-229-2/+157
* Fix gcc 6.3 builds of aarch64 BSAESTom Cosgrove2022-04-211-10/+10
* 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
* Fix small typo in X509v3_get_ext_by_NID() man pageEasySec2022-04-191-1/+1
* Do a prelimary check for numbers in openssl prime command.Daniel Fiala2022-04-191-5/+20
* 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 some typoscuishuang2022-04-191-1/+1
* 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