summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-05-09remove legacy VxWorks workaroundMax Bachmann
2022-05-09EVP_PKEY_Q_keygen: Call OPENSSL_init_crypto to init strcasecmpTomas Mraz
2022-05-05Add method store cache flush and method removal to non-EVP operationsRichard Levitte
2022-05-05For child libctx / provider, don't count self-references in parentRichard Levitte
2022-05-05Complete the cleanup of an algorithm in OSSL_METHOD_STORERichard Levitte
2022-05-05Make it possible to remove methods by the provider that provides themRichard Levitte
2022-05-05Don't empty the method store when flushing the query cacheRichard Levitte
2022-05-05Refactor method construction pre- and post-conditionRichard Levitte
2022-05-05Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte
2022-05-05crmf_lib.c: Make sure Ed signature for POPO is called without digestDr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-05-03Fix OCSP_basic_verify signer certificate validationMatt Caswell
2022-05-02fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz
2022-05-02http_client.c: check expected content type only if HTTP status code is 200 (OK)Dr. David von Oheimb
2022-04-27siphash: Fail finalization on uninitialized siphash contextTomas Mraz
2022-04-26Ensure we initialized the locale before evp_pkey_name2typeDmitry Belyavskiy
2022-04-25Use .s extension for ia64 assemblerJon Spillett
2022-04-25Fix bug in OPENSSL_LH_flushHugo Landau
2022-04-22Never use `__atomic_*` on macOS 10.7 and 10.8Kirill A. Korinsky
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-21Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-04-21Clear incorrectly reported errors in cms_io.Daniel Fiala
2022-04-14Add error code for unsupported explicit parametersTomas Mraz
2022-04-14Import only named params into FIPS moduleTomas Mraz
2022-04-13Check the return of EVP_KDF_fetch()tangyiqun
2022-04-12Add return value check of X509V3_add_value() in X509V3_parse_list()Zhou Qingyang
2022-04-11Crypto/evp: Fix null pointer dereferenceyuanjungong
2022-04-07Fix failure to check result of bn_rshift_fixed_topHugo Landau
2022-04-03Fix Coverity 1503096: out-of-bounds accessPauli
2022-03-30sparse array: reduces the block sizePauli
2022-03-28Remove statistics tracking from LHASHHugo Landau
2022-03-25s390x: Hide internal cpuid symbol and functionJuergen Christ
2022-03-25Fix Coverity 1498612: integer overflowPauli
2022-03-23Fix Coverity 1201763 uninitialised pointer readPauli
2022-03-21Fix coverity 1498607: uninitialised valuePauli
2022-03-18eng_dyn: Avoid spurious errors when checking for 1.1.x engineTomas Mraz
2022-03-18Fix declaration inconsistency (Camellia)Hugo Landau
2022-03-15Update copyright yearMatt Caswell
2022-03-15Fix possible infinite loop in BN_mod_sqrt()Tomas Mraz
2022-03-15Fix signed integer overflow in evp_encHugo Landau
2022-03-15Fixed typo in inner_evp_generic_fetch() error handlingOliver Roberts
2022-03-15EVP_MD performance fix (refcount cache contention)Hugo Landau
2022-03-14crypto/pem/pem_lib.c: Add check for BIO_readJiasheng Jiang
2022-03-12OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb
2022-03-10check the return of OPENSSL_sk_new_nullxkernel
2022-03-10Avoid potential memory leakDmitry Belyavskiy
2022-03-10Some platforms don't have pthread_atforkMatt Caswell
2022-03-08fetch: convert a NULL property query to ""Pauli
2022-03-03Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau
2022-03-01aarch64: Fix async_fibre_swapcontext() on clang BTI buildsTom Cosgrove