openssl.git
2019-08-13 Tomas MrazBIO_lookup_ex: Do not retry on EAI_MEMORY
2019-08-13 Tomas MrazBIO_lookup_ex: Always retry the lookup on failure with...
2019-08-13 Richard Levitte30-test_evp.t: make the tested configs depend on what...
2019-08-12 Rich SalzFix doc example code to follow coding style
2019-08-12 Richard LevitteHMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()
2019-08-12 Richard LevitteAdapt the provider digests for more use of OSSL_PARAM
2019-08-12 Richard LevitteRework the provider digest constructor to provide imple...
2019-08-12 Richard LevitteAdapt diverse EVP_MD functions to use get_params and...
2019-08-12 Richard LevitteMake more use of OSSL_PARAM for digests
2019-08-12 Richard LevitteAdd OSSL_PARAM_construct_from_text() and OSSL_PARAM_all...
2019-08-12 Richard LevitteAdd OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
2019-08-12 Vladimir Kotalenable DECLARE_DEPRECATED macro for Oracle Developer...
2019-08-12 Richard LevitteConfigurations/unit-Makefile.tmpl: Don't clean away...
2019-08-12 Denis OvsienkoRemove some duplicate words from the documentation
2019-08-12 Shane LontisFix windows compile errors in params.c
2019-08-11 Bernd EdlingerAdd a clang-7 build target with --strict-warnings
2019-08-09 Matt CaswellExtend tests of SSL_check_chain()
2019-08-09 Matt CaswellFix SSL_check_chain()
2019-08-09 Matt CaswellFix test_key_exchange with no_tlsv1_2
2019-08-09 Matt CaswellFix test_sslextension if TLSv1.2 has been disabled
2019-08-09 Matt CaswellAdd TLS tests for RSA-PSS Restricted certificates
2019-08-09 Matt CaswellAdd Restricted PSS certificate and key
2019-08-09 Matt CaswellEnsure RSA PSS correctly returns the right default...
2019-08-09 Vladimir Kotaluse native atomic increment function on Solaris
2019-08-09 Shane LontisAdd missing SIZE_MAX define for windows
2019-08-09 Bernd EdlingerAdd a CHANGES entry for BN_generate_prime_ex
2019-08-09 Bernd EdlingerUpdate documentation of BN_generate_prime_ex
2019-08-09 Bernd EdlingerMerge probable_prime_dh_safe with bn_probable_prime_dh
2019-08-09 Bernd EdlingerAdd a parameter to probable_prime if we look for a...
2019-08-09 Vladimir Kotalmention what happens if OPENSSL_NO_RC2 is defined
2019-08-09 raja-ashokRestrict usage of bio_dgram_sctp_data only to DGRAM...
2019-08-09 Vladimir Kotalmake ecp_nistz256_point_add_vis3() local
2019-08-08 Martin UkropFix reversed meaning of error codes
2019-08-08 Matt CaswellClarify the INSTALL instructions
2019-08-08 Matt CaswellAvoid holding a lock when calling OPENSSL_init_crypto
2019-08-08 Matt CaswellFix no-filenames
2019-08-08 Matt CaswellFix no-ec
2019-08-08 Shane LontisFix document nit in EVP_MAC.pod
2019-08-08 Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-08-07 Matt CaswellFix enable-ec_nistp_64_gcc_128
2019-08-07 Matt CaswellFix BN error reporting
2019-08-07 Matt CaswellRun evp_test in FIPS mode
2019-08-07 Matt CaswellDon't set ctx->cipher until after a successful fetch
2019-08-07 Shane LontisGCM cipher in provider now fails if passed bad keylength
2019-08-06 raja-ashokUpdate man page for new API SSL_get_negotiated_group()
2019-08-06 raja-ashokTest SSL_get_negotiated_group() API
2019-08-06 raja-ashokAPI to get negotiated key exchange algorithm in TLS1.3
2019-08-06 Matt CaswellFix ECDSA_SIG docs
2019-08-06 Matt CaswellAdd documentation for new EC functions
2019-08-06 Matt CaswellInsert a dummy call to EC code in the FIPS provider
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-08-06 Matt CaswellCorrect the Extended Master Secret string for EBCDIC
2019-08-05 Matt CaswellFix SSL_MODE_RELEASE_BUFFERS functionality
2019-08-05 Matt CaswellDocumentation for the provider Key Exchange operation
2019-08-04 David von OheimbFix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_...
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-08-02 PauliUse NULL as parameter when pointer can only be NULL.
2019-08-01 Patrick SteuerFix commit a672a02a s390x build breakage
2019-08-01 Dr. Matthias... Add missing accessors for X509 AuthorityKeyIdentifier
2019-08-01 Matt CaswellAdd a CHANGES entry about loading the config file by...
2019-08-01 Matt CaswellFix the krb5 external test
2019-08-01 Matt CaswellLoad the config file by default
2019-08-01 Matt CaswellSuppress loading the FIPS module in evp_test
2019-08-01 Matt CaswellProperly process the "Availablein" keyword for evp_test
2019-08-01 PauliPrevent an infinite recursion when the query cache...
2019-08-01 PauliThe query cache has been updated to not depend on RAND_...
2019-08-01 raja-ashokUse allow_early_data_cb from SSL instead of SSL_CTX
2019-07-31 joe2018OutlookcomFix warning C4164 in MSVC.
2019-07-31 David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-07-31 Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-31 Nicola TuveriTemporary workaround for ectest.c for [extended tests]
2019-07-31 Richard LevitteERR: fix err_data_size inconsistencies
2019-07-31 Shane LontisRename X509_STORE ptr stored in opaque struct X509_STOR...
2019-07-31 Shane LontisAdd evp_util macros
2019-07-31 FdaSilvaYYCAdES : lowercase name for now internal methods.
2019-07-31 Richard LevitteDocument recent changes in NEWS and CHANGES
2019-07-31 PauliCheck for NULL return from zalloc in dh_dupctx.
2019-07-31 Richard LevitteAvoid using ERR_put_error() directly in OpenSSL code
2019-07-31 Richard LevitteAdapt the FIPS provider to use the new core error functions
2019-07-31 Richard LevitteRefactor provider support for reporting errors
2019-07-31 Richard LevitteERR: Remove ERR_put_func_error() and reimplement ERR_pu...
2019-07-31 Richard LevitteERR: Implement the macros ERR_raise() and ERR_raise_dat...
2019-07-31 Richard LevitteERR: Add new building blocks for reporting errors
2019-07-31 Richard LevitteERR: refactor useful inner macros to err_locl.h. Add...
2019-07-31 Richard LevitteMove some macros from include/openssl/opensslconf.h...
2019-07-30 Bernd EdlingerFix BIO_printf format warnings
2019-07-30 Bernd EdlingerUse OPENSSL_strlcpy instead of strncpy in e_afalg.c
2019-07-30 Matt CaswellDocument the provider CIPHER operation
2019-07-30 PauliFix coverity 1452084
2019-07-30 Richard LevitteERR: re-use the err_data field when possible
2019-07-28 PauliAdd weak platform independent PRNG to test framework.
2019-07-26 Patrick Steuers390x assembly pack: use getauxval to detect hw capabil...
2019-07-26 Richard Levittetest/recipes/30-test_evp.t: Modify to test with differe...
2019-07-26 Richard Levittetest/evp_test.c: modify to use OSSL_PROVIDER_available()
2019-07-26 Richard LevitteAdd functions to see if a provider is available for...
2019-07-25 David BenjaminDon't generate an unnecessary Diffie-Hellman key in...
2019-07-25 Matt CaswellDocument the provider DIGEST operation
2019-07-24 Dr. Matthias... Remove HEADER_X509_H and HEADER_SSL_H include detectors...
2019-07-24 Dr. Matthias... Remove OPENSSL_X509V3_H include detector from openssl...
2019-07-24 Dr. Matthias... Remove HEADER_BSS_FILE_C module include guard
next