summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-08-09mention what happens if OPENSSL_NO_RC2 is definedVladimir Kotal
2019-08-09Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methodsraja-ashok
2019-08-09make ecp_nistz256_point_add_vis3() localVladimir Kotal
2019-08-08Fix reversed meaning of error codesMartin Ukrop
2019-08-08Clarify the INSTALL instructionsMatt Caswell
2019-08-08Avoid holding a lock when calling OPENSSL_init_cryptoMatt Caswell
2019-08-08Fix no-filenamesMatt Caswell
2019-08-08Fix no-ecMatt Caswell
2019-08-08Fix document nit in EVP_MAC.podShane Lontis
2019-08-08Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis
2019-08-07Fix enable-ec_nistp_64_gcc_128Matt Caswell
2019-08-07Fix BN error reportingMatt Caswell
2019-08-07Run evp_test in FIPS modeMatt Caswell
2019-08-07Don't set ctx->cipher until after a successful fetchMatt Caswell
2019-08-07GCM cipher in provider now fails if passed bad keylengthShane Lontis
2019-08-06Update man page for new API SSL_get_negotiated_group()raja-ashok
2019-08-06Test SSL_get_negotiated_group() APIraja-ashok
2019-08-06API to get negotiated key exchange algorithm in TLS1.3raja-ashok
2019-08-06Fix ECDSA_SIG docsMatt Caswell
2019-08-06Add documentation for new EC functionsMatt Caswell
2019-08-06Insert a dummy call to EC code in the FIPS providerMatt Caswell
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-08-06Correct the Extended Master Secret string for EBCDICMatt Caswell
2019-08-05Fix SSL_MODE_RELEASE_BUFFERS functionalityMatt Caswell
2019-08-05Documentation for the provider Key Exchange operationMatt Caswell
2019-08-04Fix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_{push,pop}()David von Oheimb
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-08-02Use NULL as parameter when pointer can only be NULL.Pauli
2019-08-01Fix commit a672a02a s390x build breakagePatrick Steuer
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-08-01Add a CHANGES entry about loading the config file by defaultMatt Caswell
2019-08-01Fix the krb5 external testMatt Caswell
2019-08-01Load the config file by defaultMatt Caswell
2019-08-01Suppress loading the FIPS module in evp_testMatt Caswell
2019-08-01Properly process the "Availablein" keyword for evp_testMatt Caswell
2019-08-01Prevent an infinite recursion when the query cache is flushed.Pauli
2019-08-01The query cache has been updated to not depend on RAND_bytes being available.Pauli
2019-08-01Use allow_early_data_cb from SSL instead of SSL_CTXraja-ashok
2019-07-31Fix warning C4164 in MSVC.joe2018Outlookcom
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-31Temporary workaround for ectest.c for [extended tests]Nicola Tuveri
2019-07-31ERR: fix err_data_size inconsistenciesRichard Levitte
2019-07-31Rename X509_STORE ptr stored in opaque struct X509_STORE_CTXShane Lontis
2019-07-31Add evp_util macrosShane Lontis
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY
2019-07-31Document recent changes in NEWS and CHANGESRichard Levitte
2019-07-31Check for NULL return from zalloc in dh_dupctx.Pauli
2019-07-31Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte
2019-07-31Adapt the FIPS provider to use the new core error functionsRichard Levitte