summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-06-29Use getauxval on Android with API level > 18Lars Immisch
2021-06-23enable getauxval on android 10yunh
2021-06-10s390x: cipher must set EVP_CIPH_ALWAYS_CALL_INIT flagPatrick Steuer
2021-06-03Check the return value of ASN1_STRING_lengthbonniegong
2021-05-21Properly restore XMM registers in ChaCha20's AVX-512(VL) assemblyJean-Philippe Boivin
2021-05-21Inherit hostflags verify params even without hostsChristian Heimes
2021-05-17Avoid division by zero in hybrid point encodingTheo Buehler
2021-05-14make updateBenjamin Kaduk
2021-05-14check i2d_ASN1_TYPE return valuebonniegong
2021-05-13Try to parse private key as PKCS#8 first, fallback afterwardsDmitry Belyavskiy
2021-05-09BIO_listen: disable setting ipv6_v6only on OpenBSD as it is a read only data ...David Carlier
2021-05-04Use OCSP-specific error code for clarityDmitry Belyavskiy
2021-04-27ASN1: Ensure that d2i_ASN1_OBJECT() frees the strings on ASN1_OBJECT reuseRichard Levitte
2021-04-23Correct the return value on match and mismatch for MAC pkeysTomas Mraz
2021-04-21engine: fix double free on error path.Pauli
2021-04-21ts: fix double free on error path.Pauli
2021-04-21srp: fix double free,Pauli
2021-03-25Update copyright yearMatt Caswell
2021-03-25check_chain_extensions: Do not override error return value by check_curveTomas Mraz
2021-03-21ASN1: Reset the content dump flag after dumpingRichard Levitte
2021-03-20Add a missing RUN_ONCE in rand_lib.cMatt Caswell
2021-03-18modes: fix coverity 1449851: overlapping memory copyPauli
2021-03-18modes: fix coverity 1449860: overlapping memory copyPauli
2021-02-26Check ASN1_item_ndef_i2d() return value.Benjamin Kaduk
2021-02-25Fix an integer overflow in o_time.cjwalch
2021-02-19CRYPTO_gcm128_decrypt: fix mac or tag calculationZhang Jinde
2021-02-18Close /dev/crypto file descriptor after CRIOGET ioctl().John Baldwin
2021-02-18Use CRIOGET to fetch a crypto descriptor when present.John Baldwin
2021-02-16Update copyright yearMatt Caswell
2021-02-16Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell
2021-02-16Fix the RSA_SSLV23_PADDING padding typeMatt Caswell
2021-02-16Fix Null pointer deref in X509_issuer_and_serial_hash()Matt Caswell
2021-01-28check_sig_alg_match(): weaken sig nid comparison to base algDr. David von Oheimb
2021-01-20Ensure SRP BN_mod_exp follows the constant time pathMatt Caswell
2021-01-14x509_vfy.c: Fix a regression in find_isser()Dr. David von Oheimb
2021-01-14X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2021-01-14Skip BOM when reading the config fileDmitry Belyavskiy
2021-01-14OPENSSL_cpuid_setup FreeBSD arm update.David Carlier
2021-01-14OPENSSL_cpuid_setup FreeBSD PowerPC updateDavid Carlier
2021-01-10[crypto/dh] side channel hardening for computing DH shared keys (1.1.1)Billy Brumley
2021-01-07poly1305/asm/poly1305-armv4.pl: fix Clang compatibility issueOle André Vadla Ravnås
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-12-30CRYPTO_secure_malloc_init: BSD support improvements.David Carlier
2020-12-21Fix NULL pointer access caused by X509_ATTRIBUTE_create()Ingo Schwarze
2020-12-08Update copyright yearMatt Caswell
2020-12-08Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell
2020-12-08Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell
2020-12-08Correctly compare EdiPartyName in GENERAL_NAME_cmp()Matt Caswell
2020-12-08DirectoryString is a CHOICE type and therefore uses explicit taggingMatt Caswell
2020-12-03x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb