]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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...
2018-10-27  Fraser TweedaleSupport GeneralSubtrees with minimum = 0
2018-10-26  Bernd EdlingerFix data race in RAND_DRBG_generate
2018-10-26  Matt CaswellAdd a test for duplicated DTLS records
2018-10-26  Matt CaswellProperly handle duplicated messages from the next epoch
2018-10-26  Bernd EdlingerFix a possible crash in rand_drbg_get_entropy
2018-10-26  Dr. Matthias... Configure: Reword the summary output
2018-10-26  Dr. Matthias... RAND_add()/RAND_seed(): fix failure on short input...
2018-10-26  Dr. Matthias... RAND_load_file(): avoid adding small chunks to RAND_add()
2018-10-26  Dr. Matthias... RAND_load_file(): return error if reseeding failed
2018-10-25  Richard LevitteWindows: Produce a static version of the public librari...
2018-10-23  Richard LevitteRAND: ensure INT32_MAX is defined
2018-10-22  PauliRSA security bits calculation
2018-10-22  Dr. Matthias... RAND_add(): fix heap corruption in error path
2018-10-21  Richard Levittebuild file templates: have targets for all shared libra...
2018-10-19  Matt CaswellDon't complain and fail about unknown TLSv1.3 PSK ident...
2018-10-19  Matt CaswellBuffer a ClientHello with a cookie received via DTLSv1_...
2018-10-19  Matt CaswellUse the read and write buffers in DTLSv1_listen()
2018-10-19  Matt CaswellTest DTLS cookie generation and verification
2018-10-19  Matt CaswellFix a DTLS memory leak
2018-10-19  Andy Polyakovsha/asm/keccak1600-armv8.pl: halve the size of hw-assis...
2018-10-19  Andy PolyakovConfigurations/15-android.conf: add support for "standa...
2018-10-19  Andy Polyakovarch/async_posix.h: improve portability.
2018-10-18  armfazhFix tls_cbc_digest_record is slow using SHA-384 and...
2018-10-18  Viktor DukhovniApply self-imposed path length also to root CAs
2018-10-18  Viktor DukhovniOnly CA certificates can be self-issued
2018-10-17  Patrick Steuers390x assembly pack: add OPENSSL_s390xcap man page.
2018-10-17  Patrick Steuers390x assembly pack: add OPENSSL_s390xcap environment...
2018-10-17  Antoine SalonDeprecate ECDH_KDF_X9_62()
2018-10-17  Antoine SalonEVP module documentation pass
2018-10-17  Dr. Matthias... Fix: 'openssl ca' command crashes when used with 'rand_...
2018-10-17  Richard LevitteBuild file templates: look at *all* defines
2018-10-17  Mansour AhmadiAdd a missing check on s->s3->tmp.pkey
2018-10-17  cclaussprint() is a function in Python 3
2018-10-16  Dr. Matthias... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-10-13  Tomas MrazFix copy&paste error found in Coverity scan
2018-10-12  Andy Polyakovrsa/rsa_ossl.c: fix and extend commentary [skip ci].
2018-10-12  Andy Polyakovssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.
2018-10-12  Andy Polyakovsha/asm/keccak1600-s390x.pl: resolve -march=z900 portab...
2018-10-12  Matt CaswellFix a typo in a macro
2018-10-11  Mykola BaibuzSafer memory cleanup in (crypto/rsa/rsa_lib.c)
2018-10-11  Paul YangFix compiling warnings in example code
2018-10-10  FdaSilvaYYcrypto/rand: fix some style nit's
2018-10-10  Dr. Matthias... rand_unix.c: fix --with-rand-seed=none build
2018-10-10  Matt CaswellFix no-engine
2018-10-09  Benjamin Kadukmkdef: bsd-gcc uses solaris symbol version scripts
2018-10-09  Paul YangFix a nit of copyright date range
2018-10-08  Benjamin Kadukapps: allow empty attribute values with -subj
2018-10-08  ԜеѕCleanup typos and grammar in DES_random_key.pod
2018-10-07  PauliIndentation fixes.
2018-10-07  Mykola BaibuzRemove useless check.
2018-10-05  Richard Levitte/dev/crypto engine: give CIOCFSESSION the actual sess-id
2018-10-05  Dr. Matthias... test/secmemtest: test secure memory only if it is imple...
2018-10-05  Richard Levitteutil/mkdef.pl: for VMS, allow generation of case insens...
2018-10-05  Richard LevitteConfigure: use correct variable to infer the .ld file...
2018-10-05  Richard LevitteAdd build file support for generic symbol exports with...
2018-10-05  Richard LevitteChange the build of engines to use ordinal files for...
2018-10-05  Richard Levitteutil/mkdef.pl: Produce version scripts from unversioned...
2018-10-04  Matt CaswellExtend the BIO callback tests to check the return value...
2018-10-04  Matt CaswellFix the BIO callback return code handling
2018-10-04  Richard LevitteRefactor util/mknum.pl for clearer separation of functi...
2018-10-04  Richard LevitteAdd code to manipulate the items in OpenSSL::Ordinals
2018-10-04  Richard LevitteA perl module to parse through C headers
2018-10-03  Richard LevitteMove ZLIB from 'platforms' to 'features'
2018-10-03  Richard LevitteRefactor util/mkdef.pl for clearer separation of functi...
next