summaryrefslogtreecommitdiffstats
path: root/NOTES.DJGPP (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-07Don't set ctx->cipher until after a successful fetchMatt Caswell1-3/+1
2019-08-07GCM cipher in provider now fails if passed bad keylengthShane Lontis2-0/+34
2019-08-06Update man page for new API SSL_get_negotiated_group()raja-ashok1-3/+12
2019-08-06Test SSL_get_negotiated_group() APIraja-ashok1-15/+62
2019-08-06API to get negotiated key exchange algorithm in TLS1.3raja-ashok5-5/+17
2019-08-06Fix ECDSA_SIG docsMatt Caswell3-17/+17
2019-08-06Add documentation for new EC functionsMatt Caswell2-17/+55
2019-08-06Insert a dummy call to EC code in the FIPS providerMatt Caswell1-0/+12
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell38-235/+566
2019-08-06Correct the Extended Master Secret string for EBCDICMatt Caswell2-1/+8
2019-08-05Fix SSL_MODE_RELEASE_BUFFERS functionalityMatt Caswell1-2/+3
2019-08-05Documentation for the provider Key Exchange operationMatt Caswell3-8/+187
2019-08-04Fix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_{push,pop}()David von Oheimb1-0/+2
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz15-71/+94
2019-08-02Use NULL as parameter when pointer can only be NULL.Pauli1-1/+1
2019-08-01Fix commit a672a02a s390x build breakagePatrick Steuer1-3/+3
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre4-0/+30
2019-08-01Add a CHANGES entry about loading the config file by defaultMatt Caswell1-0/+6
2019-08-01Fix the krb5 external testMatt Caswell1-1/+4
2019-08-01Load the config file by defaultMatt Caswell11-63/+131
2019-08-01Suppress loading the FIPS module in evp_testMatt Caswell1-1/+4
2019-08-01Properly process the "Availablein" keyword for evp_testMatt Caswell1-2/+1
2019-08-01Prevent an infinite recursion when the query cache is flushed.Pauli1-1/+1
2019-08-01The query cache has been updated to not depend on RAND_bytes being available.Pauli1-31/+38
2019-08-01Use allow_early_data_cb from SSL instead of SSL_CTXraja-ashok1-3/+3
2019-07-31Fix warning C4164 in MSVC.joe2018Outlookcom1-0/+1
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb9-4/+38
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis18-59/+1467
2019-07-31Temporary workaround for ectest.c for [extended tests]Nicola Tuveri1-1/+1
2019-07-31ERR: fix err_data_size inconsistenciesRichard Levitte2-4/+4
2019-07-31Rename X509_STORE ptr stored in opaque struct X509_STORE_CTXShane Lontis3-8/+8
2019-07-31Add evp_util macrosShane Lontis7-30/+78
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY13-51/+51
2019-07-31Document recent changes in NEWS and CHANGESRichard Levitte2-0/+11
2019-07-31Check for NULL return from zalloc in dh_dupctx.Pauli1-0/+2
2019-07-31Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte6-6/+12
2019-07-31Adapt the FIPS provider to use the new core error functionsRichard Levitte1-19/+22
2019-07-31Refactor provider support for reporting errorsRichard Levitte4-84/+119
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte6-59/+27
2019-07-31ERR: Implement the macros ERR_raise() and ERR_raise_data() and use themRichard Levitte3-46/+73
2019-07-31ERR: Add new building blocks for reporting errorsRichard Levitte5-1/+205
2019-07-31ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte3-43/+71
2019-07-31Move some macros from include/openssl/opensslconf.h.in, add OPENSSL_FUNCRichard Levitte2-115/+144
2019-07-30Fix BIO_printf format warningsBernd Edlinger3-4/+4
2019-07-30Use OPENSSL_strlcpy instead of strncpy in e_afalg.cBernd Edlinger1-10/+4
2019-07-30Document the provider CIPHER operationMatt Caswell3-5/+323
2019-07-30Fix coverity 1452084Pauli1-6/+6
2019-07-30ERR: re-use the err_data field when possibleRichard Levitte2-32/+75
2019-07-29Add weak platform independent PRNG to test framework.Pauli4-4/+52
2019-07-26s390x assembly pack: use getauxval to detect hw capabilitiesPatrick Steuer1-32/+63