summaryrefslogtreecommitdiffstats
path: root/crypto/x509/v3_sxnet.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-03Update Paul's pgp key signaturePauli1-1/+1
2022-05-03c_rehash: Do not use shell to invoke opensslTomas Mraz1-4/+25
2022-05-03Fix the RC4-MD5 cipherMatt Caswell3-25/+3
2022-05-03Test ocsp with invalid responses and the "-no_cert_checks" optionMatt Caswell1-57/+65
2022-05-03Fix OCSP_basic_verify signer certificate validationMatt Caswell1-2/+3
2022-05-03Acceleration of chacha20 on aarch64 by SVEDaniel Hu6-6/+925
2022-05-03md5: add assembly implementation for aarch64Jonathan Swinney3-1/+697
2022-05-02Improving locale testDmitry Belyavskiy1-2/+4
2022-05-02fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz1-1/+5
2022-05-02evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz3-24/+24
2022-05-02http_client.c: check expected content type only if HTTP status code is 200 (OK)Dr. David von Oheimb1-1/+1
2022-04-29Testing the EVP_PKEY_CTX_new_from_name without preliminary initDmitry Belyavskiy3-2/+22
2022-04-29Ensure we initialized the locale before evp_pkey_name2typeDmitry Belyavskiy1-1/+2
2022-04-29Fix memleak in test/provider_test.cRichard Levitte1-1/+4
2022-04-29Prefer .inst rather than .long for probe instructions in arm64cpuid.plyavtuk1-4/+4
2022-04-29poly1305: Properly copy the whole context on dupTomas Mraz1-2/+3
2022-04-27doc: replace "symmetric cipher" phrase in EVP_MD manpagesJan Engelhardt11-11/+11
2022-04-27Prefer GNU library initialization mechanism over platform oneJon Spillett1-6/+7
2022-04-27Test that SipHash_Final() fails on uninited contextTomas Mraz1-0/+2
2022-04-27siphash: Properly set mac size in sipcopyTomas Mraz1-4/+6
2022-04-27siphash: Fail finalization on uninitialized siphash contextTomas Mraz1-1/+1
2022-04-26Move ossl_deinit_casecmp to the end of OPENSSL_cleanup()Mathias Berchtold1-5/+5
2022-04-26pem_password_cb(3): References to other man pagesEasySec1-2/+2
2022-04-26Clear unused variables in X509_print_ex()zhouzilong1-2/+1
2022-04-25Use .s extension for ia64 assemblerJon Spillett3-3/+3
2022-04-25Fix bug in OPENSSL_LH_flushHugo Landau1-0/+2
2022-04-25Add support for new release commit review requirement bypassHugo Landau1-4/+4
2022-04-22Add Tomas Mraz key to release key fingerprintsTomas Mraz1-0/+3
2022-04-22Never use `__atomic_*` on macOS 10.7 and 10.8Kirill A. Korinsky1-3/+15
2022-04-22Minimal test checking we can get public key in Turkish localeDmitry Belyavskiy4-1/+153
2022-04-22FIPS provider modificationsDmitry Belyavskiy1-0/+37
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy63-216/+162
2022-04-22Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy9-2/+157
2022-04-21Fix gcc 6.3 builds of aarch64 BSAESTom Cosgrove1-10/+10
2022-04-21Clear incorrectly reported errors in cms_io.Daniel Fiala4-5/+38
2022-04-21Fix a possible NULL pointer dereference in create_cert_store()Zhou Qingyang1-0/+4
2022-04-21Fix wild pointer dereference in make_ocsp_response()Zhou Qingyang1-0/+5
2022-04-19Fix small typo in X509v3_get_ext_by_NID() man pageEasySec1-1/+1
2022-04-19Do a prelimary check for numbers in openssl prime command.Daniel Fiala1-5/+20
2022-04-19Avoid undefined behavior of provided macs on EVP_MAC reinitializationTomas Mraz5-33/+39
2022-04-19evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTXTomas Mraz2-0/+83
2022-04-19doc: Clarify that calling SSL_set_session(ssl, NULL) is a correct use case.EasySec1-1/+2
2022-04-19fix some typoscuishuang1-1/+1
2022-04-14Fix an assertion in the DTLS server codeBernd Edlinger2-4/+50
2022-04-14Add error code for unsupported explicit parametersTomas Mraz5-3/+8
2022-04-14endecode_test: Handle expected failures for non-fips ec keysTomas Mraz1-35/+49
2022-04-14Import only named params into FIPS moduleTomas Mraz1-7/+18
2022-04-13Check the return of EVP_KDF_fetch()tangyiqun1-0/+2
2022-04-12Added Simple SSL Echo Client/Server to demos.bobwirka7-0/+485