Fix test code to not assume NUL terminated strings
[openssl.git] / crypto /
2021-08-24 Matt CaswellFix the name constraints code to not assume NUL termina...
2021-08-24 Matt CaswellFix printing of PROXY_CERT_INFO_EXTENSION to not assume...
2021-08-24 Matt CaswellFix POLICYINFO printing to not assume NUL terminated...
2021-08-24 Matt CaswellFix i2v_GENERAL_NAME to not assume NUL terminated strings
2021-08-18 Paulisparc: fix cross compile build
2021-08-18 Paulipkcs12: check for zero length digest to avoid division...
2021-08-16 Ingo Franzkis390x: AES OFB/CFB: Maintain running IV from cipher...
2021-08-13 Tomas MrazRevert "ASN.1: Refuse to encode to DER if non-optional...
2021-08-13 Tomas MrazRevert "make update (adds a new function code)"
2021-07-23 Tomas MrazDSA/RSA_print(): Fix potential memory leak
2021-07-20 Ingo SchwarzeFix a read buffer overrun in X509_aux_print().
2021-07-13 Daiki UenoBIO_lookup_ex: use AI_ADDRCONFIG only if explicit host...
2021-07-10 Richard Levittemake update (adds a new function code)
2021-07-10 Richard LevitteASN.1: Refuse to encode to DER if non-optional items...
2021-07-08 Oliver MihatschFix memory leak in i2d_ASN1_bio_stream
2021-07-07 Paulibn: procduce correct sign for result of BN_mod()
2021-06-29 David CARLIERapple getentropy removal
2021-06-29 Lars ImmischUse getauxval on Android with API level > 18
2021-06-23 yunhenable getauxval on android 10
2021-06-10 Patrick Steuers390x: cipher must set EVP_CIPH_ALWAYS_CALL_INIT flag
2021-06-03 bonniegongCheck the return value of ASN1_STRING_length
2021-05-21 Jean-Philippe BoivinProperly restore XMM registers in ChaCha20's AVX-512...
2021-05-21 Christian HeimesInherit hostflags verify params even without hosts
2021-05-17 Theo BuehlerAvoid division by zero in hybrid point encoding
2021-05-14 Benjamin Kadukmake update
2021-05-14 bonniegongcheck i2d_ASN1_TYPE return value
2021-05-13 Dmitry BelyavskiyTry to parse private key as PKCS#8 first, fallback...
2021-05-09 David CarlierBIO_listen: disable setting ipv6_v6only on OpenBSD...
2021-05-04 Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-04-27 Richard LevitteASN1: Ensure that d2i_ASN1_OBJECT() frees the strings...
2021-04-23 Tomas MrazCorrect the return value on match and mismatch for...
2021-04-20 Pauliengine: fix double free on error path.
2021-04-20 Paulits: fix double free on error path.
2021-04-20 Paulisrp: fix double free,
2021-03-25 Matt CaswellUpdate copyright year
2021-03-25 Tomas Mrazcheck_chain_extensions: Do not override error return...
2021-03-21 Richard LevitteASN1: Reset the content dump flag after dumping
2021-03-20 Matt CaswellAdd a missing RUN_ONCE in rand_lib.c
2021-03-18 Paulimodes: fix coverity 1449851: overlapping memory copy
2021-03-18 Paulimodes: fix coverity 1449860: overlapping memory copy
2021-02-26 Benjamin KadukCheck ASN1_item_ndef_i2d() return value.
2021-02-24 jwalchFix an integer overflow in o_time.c
2021-02-19 Zhang JindeCRYPTO_gcm128_decrypt: fix mac or tag calculation
2021-02-18 John BaldwinClose /dev/crypto file descriptor after CRIOGET ioctl().
2021-02-18 John BaldwinUse CRIOGET to fetch a crypto descriptor when present.
2021-02-16 Matt CaswellUpdate copyright year
2021-02-16 Matt CaswellDon't overflow the output length in EVP_CipherUpdate...
2021-02-16 Matt CaswellFix the RSA_SSLV23_PADDING padding type
2021-02-16 Matt CaswellFix Null pointer deref in X509_issuer_and_serial_hash()
2021-01-28 Dr. David von Oheimbcheck_sig_alg_match(): weaken sig nid comparison to...
2021-01-20 Matt CaswellEnsure SRP BN_mod_exp follows the constant time path
2021-01-14 Dr. David von Oheimbx509_vfy.c: Fix a regression in find_isser()
2021-01-14 Dr. David von OheimbX509_cmp(): Fix comparison in case x509v3_cache_extensi...
2021-01-14 Dmitry BelyavskiySkip BOM when reading the config file
2021-01-14 David CarlierOPENSSL_cpuid_setup FreeBSD arm update.
2021-01-14 David CarlierOPENSSL_cpuid_setup FreeBSD PowerPC update
2021-01-10 Billy Brumley[crypto/dh] side channel hardening for computing DH...
2021-01-07 Ole André Vadla... poly1305/asm/poly1305-armv4.pl: fix Clang compatibility...
2021-01-04 Dr. David von OheimbUpdate copyright years of auto-generated headers (make...
2020-12-30 David CarlierCRYPTO_secure_malloc_init: BSD support improvements.
2020-12-21 Ingo SchwarzeFix NULL pointer access caused by X509_ATTRIBUTE_create()
2020-12-08 Matt CaswellUpdate copyright year
2020-12-08 Matt CaswellComplain if we are attempting to encode with an invalid...
2020-12-08 Matt CaswellCheck that multi-strings/CHOICE types don't use implici...
2020-12-08 Matt CaswellCorrectly compare EdiPartyName in GENERAL_NAME_cmp()
2020-12-08 Matt CaswellDirectoryString is a CHOICE type and therefore uses...
2020-12-03 Dr. David von Oheimbx509_vfy.c: Restore rejection of expired trusted (root...
2020-12-01 Ard Biesheuvelaes/asm/aesv8-armx.pl: avoid 32-bit lane assignment...
2020-11-27 ihsinmeUpdate bio_ok.c
2020-11-11 Dmitry BelyavskiyVerification zero-length content in S/MIME format
2020-10-29 Ard Biesheuvelcrypto/poly1305/asm: fix armv8 pointer authentication
2020-10-26 André KlitzingAllow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATURE
2020-10-22 Romain GeisslerFix aarch64 static linking into shared libraries (see...
2020-10-21 simplelinsFix AES-GCM bug on aarch64 BigEndian
2020-10-15 Akshit AkhouryChanging X509at_get0_data_by_OBJ to expect const stack...
2020-10-14 Yury Issyscall_random(): don't fail if the getentropy() functi...
2020-10-03 drglerEnsure that _GNU_SOURCE is defined for NI_MAXHOST and...
2020-09-22 Matt CaswellUpdate copyright year
2020-09-21 Norman AshleySupport keys with RSA_METHOD_FLAG_NO_CHECK with OCSP...
2020-09-21 Tomas MrazDisallow certs with explicit curve in verification...
2020-09-21 Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-20 Henry NFix: ecp_nistz256-armv4.S bad arguments
2020-09-10 Dr. Matthias St... Revert two renamings backported from master
2020-09-10 Dr. Matthias St... Fix the DRBG seed propagation
2020-09-07 luxinyouFix memory leaks in conf_def.c
2020-09-07 Shane LontisCoverity Fixes
2020-08-28 Richard LevitteFix PEM_write_bio_PrivateKey_traditional() to not outpu...
2020-08-28 Jung-uk KimIgnore vendor name in Clang version number.
2020-07-16 Dr. David von Oheimbx509_vfy.c: Improve key usage checks in internal_verify...
2020-07-16 Dr. David von OheimbFix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-15 aSoujyuTanakaEnable WinCE build without deceiving _MSC_VER.
2020-07-15 aSoujyuTanakaDisable optimiization of BN_num_bits_word() for VS2005...
2020-07-15 aSoujyuTanakaChanged uintptr_t to size_t. WinCE6 doesn't seem it...
2020-07-04 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-06-23 Tristan BauerFix wrong return value check of mmap function
2020-06-21 Nicola TuveriRefactor BN_R_NO_INVERSE logic in internal functions
2020-06-19 Matt CaswellCorrectly handle the return value from EVP_Cipher(...
2020-06-19 Matt CaswellEnsure we never use a partially initialised CMAC_CTX
2020-06-15 Richard LevitteEVP: allow empty strings to EVP_Decode* functions
2020-06-09 Dr. David von OheimbFix err checking and mem leaks of BIO_set_conn_port...
next