]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2018-11-12  Matt CaswellDon't negotiate TLSv1.3 if our EC cert isn't TLSv1...
2018-11-12  Richard LevitteFix SipHash init order.
2018-11-11  Dmitry BelyavskiySome deabbreviations
2018-11-10  Tomas MrazUnbreak SECLEVEL 3 regression causing it to not accept...
2018-11-10  Richard LevitteRecreate the OS390-Unix config target
2018-11-10  Mansour AhmadiCheck return value of EVP_PKEY_new
2018-11-10  Billy Brumley[crypto/bn] swap BN_FLG_FIXED_TOP too
2018-11-10  David WoodhouseAdd EVP_PKEY_supports_digest_nid()
2018-11-10  David WoodhouseHonour mandatory digest on private key in has_usable_cert()
2018-11-10  David WoodhouseStop marking default digest for EC keys as mandatory
2018-11-09  Bernd EdlingerFix issues with do_rand_init/rand_cleanup_int
2018-11-09  Richard LevitteVMS build: colon after target must be separated with...
2018-11-08  Richard LevitteHave install targets depend on more precise build targets
2018-11-08  Richard LevitteAllow parallel install
2018-11-08  Richard LevitteVMS build: don't add a comma before 'extradefines'
2018-11-08  Dr. Matthias... rand_unix.c: open random devices on first use only
2018-11-08  Dr. Matthias... Test: enable internal tests for shared Windows builds
2018-11-08  Dr. Matthias... Test: link drbgtest statically against libcrypto
2018-11-08  Matt CaswellGive a better error if an attempt is made to set a...
2018-11-08  Matt CaswellIgnore disabled ciphers when deciding if we are using ECC
2018-11-07  PauliAdd missing RAND initialisation call.
2018-11-07  Bernd EdlingerRename the rand_drbg_st data member "pool" to "seed_pool"
2018-11-07  Richard Levitteutil/add-depends.pl: go through shared_sources too
2018-11-07  Rich SalzRemove outdated e_chil.txt file
2018-11-05  Bernd EdlingerFix a race condition in drbgtest.c
2018-11-05  Bernd EdlingerFix error handling in RAND_DRBG_uninstantiate
2018-11-05  Bernd EdlingerFix error handling in drbgtest.c
2018-11-05  Bernd EdlingerFix error handling in rand_drbg_new
2018-11-05  Bernd EdlingerFix error handling in RAND_DRBG_set
2018-11-05  PauliFix return formatting.
2018-11-05  PauliCleanse the key log buffer.
2018-11-05  PauliEVP_MAC ctrl numbering duplicate removal.
2018-11-05  Richard LevitteGMAC: Add subdir info in crypto/build.info for this...
2018-11-05  Paul YangFix a collision in function err numbers
2018-11-05  Richard LevitteSimplify the processing of skipped source directories
2018-11-05  Richard LevitteCollapse different classes of macro databases
2018-11-05  Richard LevitteAdd SUBDIRS settings in relevant build.info files
2018-11-05  Richard LevitteBuild: make it possibly to specify subdirs in build...
2018-11-05  Richard LevitteBuild: Make it possible to have defines assigned to...
2018-11-05  Richard LevitteBuild: adapt VMS build file template to use the extra...
2018-11-05  Richard LevitteBuild: adapt Windows makefile template to use the extra...
2018-11-05  Richard LevitteBuild: adapt Unix Makefile template to use the extra...
2018-11-05  Richard LevitteBuild: make it possible to assign macro definitions...
2018-11-05  Paul YangAdd poly1305 MAC support
2018-11-04  PauliClarify the POD source for the list command.
2018-11-04  PauliGMAC implementation
2018-11-04  Benjamin KadukRestore sensible "sess_accept" counter tracking
2018-11-04  Benjamin KadukAdd tsan_decr() API, counterpart of tsan_counter()
2018-11-02  Richard Levittecrypto/engine/eng_devcrypto.c: ensure we don't leak...
2018-11-02  Richard Levittecrypto/engine/eng_devcrypto.c: open /dev/crypto only...
2018-11-02  Richard Levittecrypto/engine/eng_devcrypto.c: new compilers are strict...
2018-11-02  Richard Levittecrypto/engine/eng_devcrypto.c: add digest copy
2018-11-02  Richard Levittedoc/man7/EVP_MAC_*.pod: incorrect english corrected
2018-11-02  Richard Levitteapps: Stop pretending to care about Netscape keys
2018-11-02  Paul YangFix a doc-nit in EVP_PKEY_CTX_ctrl.pod
2018-11-01  PauliAdd a constant time flag to one of the bignums to avoid...
2018-11-01  Pauliopenssl list -mac-algorithms support.
2018-11-01  Richard LevitteConfigure: ensure empty arrays aren't created inadvertently
2018-10-31  Bernd EdlingerAvoid two memory allocations in each RAND_DRBG_bytes
2018-10-31  Richard LevitteConfiguration: when building the dirinfo structure...
2018-10-31  Andy PolyakovConfigurations/15-android.conf: detect NDK llvm-ar.
2018-10-31  Andy PolyakovConfigurations/15-android.conf: fix implicit __ANDROID_...
2018-10-30  Bernd EdlingerFix a race condition in drbg_add
2018-10-30  Matt CaswellAdd a client_cert_cb test
2018-10-30  Matt CaswellDon't call the client_cert_cb immediately in TLSv1.3
2018-10-30  Richard LevitteAdd blurbs about EVP_MAC in NEWS and CHANGES
2018-10-30  Richard LevitteHave a couple of SipHash test uses the EVP_PKEY method
2018-10-30  Richard LevitteEVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic...
2018-10-30  Richard LevitteEVP_MAC: Add SipHash implementation
2018-10-30  Dr. Matthias... rand_drbg.h: include <openssl/obj_mac.h>
2018-10-30  Richard LevitteMake sure at least one HMAC test still uses the EVP_PKE...
2018-10-30  Richard LevitteEVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic...
2018-10-30  Richard LevitteEVP_MAC: Add HMAC implementation
2018-10-30  Richard LevitteMake sure at least one CMAC test still uses the EVP_PKE...
2018-10-30  Richard LevitteAdapt other EVP code to use EVP_MAC instead of direct...
2018-10-30  Richard LevitteEVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic...
2018-10-30  Richard LevitteEVP_MAC: Add CMAC implementation
2018-10-30  Chocobo1Fix MSVC warning C4819
2018-10-29  Vitezslav CizekDSA: Check for sanity of input parameters
2018-10-29  Richard Levittetest/evp_test.c: Fixed strcmp() fault in mac_test_init()
2018-10-29  Richard Levittetest/evp_test.c: don't misuse pkey_test_ctrl() in mac_t...
2018-10-29  Matt CaswellAdd a test where we reuse the EVP_PKEY_CTX for two...
2018-10-29  Matt CaswellReset the HKDF state between operations
2018-10-29  Richard LevitteWindows build: build foo.d after foo.obj
2018-10-29  Richard Levittessl/statem: Don't compare size_t with less than zero
2018-10-29  Richard LevitteVMS & cryptoerr.h: include symhacks.h
2018-10-29  Richard Levitteapps/rehash.c: Convert ISO-8859-1 to UTF-8
2018-10-29  Richard LevitteAdd convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
2018-10-29  Richard LevitteAdapt test/evp_test.c to deal with available EVP_MACs
2018-10-29  Richard LevitteAdd generic EVP_PKEY_METHOD for EVP_MACs
2018-10-29  Richard LevitteAdd automatic initializations support for EVP_MAC objects
2018-10-29  Richard LevitteAdd EVP_MAC API
2018-10-29  Bernd EdlingerRework and simplify resource flow in drbg_add
2018-10-28  Dr. Matthias... randfile.c: fix a Coverity warning
2018-10-28  PauliTiming vulnerability in ECDSA signature generation...
2018-10-28  PauliTiming vulnerability in DSA signature generation (CVE...
2018-10-28  PauliDSA mod inverse fix
2018-10-28  Dr. Matthias... drbg_lib: avoid NULL pointer dereference in drbg_add
2018-10-28  Richard LevitteiOS config targets: disable "async" by default
2018-10-28  Dr. Matthias... Configure: Improve warning if no random seed source...
next