summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-06-11Move a fall through commentMatt Caswell
2019-06-11Fix a URL to the NMBRTHRY list archiveBernd Edlinger
2019-06-10BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo failsTomas Mraz
2019-06-09Revert the DEVRANDOM_WAIT featureDr. Matthias St. Pierre
2019-06-07Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat
2019-06-04build_SYS_str_reasons: Fix a crash caused by overlong localesVitezslav Cizek
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-05-31Fix various mistakes in ec_GFp_nistp_recode_scalar_bits comment.David Benjamin
2019-05-31Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linuxRetropotenza
2019-05-30Fix broken change from b3d113e.Pauli
2019-05-29crypto/conf: openssl_config_int() returns unitialized valueDr. Matthias St. Pierre
2019-05-28The SHA256 is not a mandatory digest for DSA.Tomas Mraz
2019-05-28Update copyright yearRichard Levitte
2019-05-27OCSP: fix memory leak in OCSP_url_svcloc_new method.FdaSilvaYY
2019-05-24Fix GOST OIDvoev
2019-05-24issue-8973: Added const to parameters for values that were not alteredagnosticdev
2019-05-22EVP_Digest*: enable SHA3 pre-hashing for DSAPatrick Steuer
2019-05-22EVP_Digest*: enable SHA3 pre-hashing for ECDSAPatrick Steuer
2019-05-22s390x assembly pack: allow specifying the tag after aad in aes-ccmPatrick Steuer
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx
2019-05-21Revert "EVP_*Update: ensure that input NULL with length 0 isn't passed"Matt Caswell
2019-05-09crypto/ppccap.c: Fix which hwcap value used to check for HWCAP_ARCH_3_00Rashmica Gupta
2019-05-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2019-05-07Reject obviously invalid DSA parameters during signingMatt Caswell
2019-04-25Enforce a strict output length check in CRYPTO_ccm128_tagGuido Vranken
2019-04-16Add testing of RDONLY memory BIOsTomas Mraz
2019-04-16Fix for BIO_get_mem_ptr and related regressionsTomas Mraz
2019-04-14Don't use coordinate blinding when scalar is group orderBernd Edlinger
2019-04-11Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_tShane Lontis
2019-04-10Avoid creating invalid rsa pss paramsBernd Edlinger
2019-04-10EVP_*Update: ensure that input NULL with length 0 isn't passedRichard Levitte
2019-04-10Rework DSO API conditions and configuration optionRichard Levitte
2019-04-09Fix crash in X509_STORE_CTX_get_by_subjectMatt Caswell
2019-04-06Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger
2019-04-05OPENSSL_init_crypto(): check config return code correctlyRichard Levitte
2019-04-04Use AI_ADDRCONFIG hint with getaddrinfo if available.Tomas Mraz
2019-04-02Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WI...Richard Levitte
2019-04-02rand_win.c: loosen version requirements for BCryptGenRandomDr. Matthias St. Pierre
2019-04-02crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNTRichard Levitte
2019-03-30fixed public range check in ec_GF2m_simple_oct2pointShane Lontis
2019-03-29For the lack of GetModuleHandleEx(), we use DSO route for WinCE.Soujyu Tanaka
2019-03-29Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE.Soujyu Tanaka
2019-03-29Avoid linking error for InitializeCriticalSectionAndSpinCount().Soujyu Tanaka
2019-03-28Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell
2019-03-27Increase rounds of Miller-Rabin testing DH_checkJake Massimo
2019-03-27Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell
2019-03-27Fix a memory leak in ARIA GCMMatt Caswell
2019-03-27Tolerate 0 byte input length for Update functionsMatt Caswell
2019-03-22Modify the RSA_private_decrypt functions to check the padding inBernd Edlinger
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger