Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2020-05-08EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up!Richard Levitte
2020-05-07Remove legacy FIPS_mode functionsShane Lontis
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis
2020-05-07Remove cipher table lookup from EVP_CipherInit_exShane Lontis
2020-05-06Fix a memory leak in CONF .include handlingMatt Caswell
2020-05-05Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb
2020-05-04Allow OSSL_PARAM_get_octet_string() to pass a NULL bufferMatt Caswell
2020-05-04Fix the KEYNID2TYPE macroMatt Caswell
2020-05-04Ensure EVP_PKEY_get_raw_[private|public]_key work with provider keysMatt Caswell
2020-05-04Add the library ctx into an ECX_KEYMatt Caswell
2020-05-04Add the ability to ECX to import keys with only the private keyMatt Caswell
2020-05-04Ensure OSSL_PARAM_BLD_free() can accept a NULLMatt Caswell
2020-05-04Make EVP_new_raw_[private|public]_key provider awareMatt Caswell
2020-05-04rand_unix.c: Ensure requests to KERN_ARND don't exceed 256 bytes.nia
2020-05-04rand_unix.c: Only enable hack for old FreeBSD versions on FreeBSDnia
2020-05-04rand_unix.c: Include correct headers for sysctl() on NetBSDnia
2020-05-04WPACKET: don't write DER length when we don't want toRichard Levitte
2020-05-03Fix reason code clashRichard Levitte
2020-05-02Add solaris assembler fixes for legacy providerShane Lontis
2020-05-02Add default property API's to enable and test for fipsShane Lontis
2020-04-30coverity 1462580 Improper use of negative valuePauli
2020-04-30coverity 1462578 Resource leakPauli
2020-04-30coverity 1462576 Resource leakPauli
2020-04-30coverity 1462567: Null pointer dereferencesPauli
2020-04-30coverity 1462573 Dereference after null checkPauli
2020-04-30coverity 1462566 Resource leakPauli
2020-04-30coverity 1462561 Uninitialized scalar variablePauli
2020-04-30coverity 1462560 Resource leakPauli
2020-04-30coverity 1462556 Resource leakPauli
2020-04-30coverity 1462554 Dereference after null checkPauli
2020-04-30coverity 1462549 Dereference before null checkPauli
2020-04-30coverity 1462548 Resource leakPauli
2020-04-30coverity 1462546 Dereference after null checkPauli
2020-04-30coverity 1462545 Dereference after null checkPauli
2020-04-30coverity 1462543 Logically dead codePauli
2020-04-30coverity 1462541 Dereference after null checkPauli
2020-04-30coverity 1462550 Resource leakPauli
2020-04-30coverity 1462565: Null pointer dereferencesPauli
2020-04-30param bld: avoid freeing the param builder structure on error paths.Pauli
2020-04-30Fix snprintf missing for windows buildShane Lontis
2020-04-29EVP: Fix evp_keymgmt_util_copy() for to->keymgmt == NULLRichard Levitte
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-29include/openssl/x509v3.h: restore previous stack definition arrangementRichard Levitte
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-27i2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case of successChristian Hohnstaedt
2020-04-27crypto/x509/v3_alt.c: make 'othername' a bit biggerRichard Levitte
2020-04-25Add support for unusal 'othername' subjectAltNamesDirk-Willem van Gulik
2020-04-25keymgmt: convert to use the params modification detection.Pauli
2020-04-25params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli