summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2020-12-01aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR modeArd Biesheuvel
2020-11-27Update bio_ok.cihsinme
2020-11-11Verification zero-length content in S/MIME formatDmitry Belyavskiy
2020-10-29crypto/poly1305/asm: fix armv8 pointer authenticationArd Biesheuvel
2020-10-26Allow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATUREAndré Klitzing
2020-10-22Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler
2020-10-21Fix AES-GCM bug on aarch64 BigEndiansimplelins
2020-10-15Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury
2020-10-14syscall_random(): don't fail if the getentropy() function is a dummyYury Is
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler
2020-09-22Update copyright yearMatt Caswell