openssl.git
2019-12-10 Richard Levittetest/memleaktest.c: Modify for use with address/leak...
2019-12-10 Richard LevitteUse leak sanitizer instead of internal mdebug to check...
2019-12-10 avasMove U64 macro from sha.h to sha512.c
2019-12-09 FdaSilvaYYapps/speed: replace list of #define by enums declarations.
2019-12-09 FdaSilvaYYapps/speed: factorize ec test curves declarations
2019-12-09 FdaSilvaYYapps/speed: improve sm2 failure code.
2019-12-09 FdaSilvaYYapps/speed: simplify 'doit' action flag management...
2019-12-09 FdaSilvaYYapps/speed: initialize key material only when its algo...
2019-12-09 FdaSilvaYYapps/speed: remove a shared global variable
2019-12-09 FdaSilvaYYapps/speed: discard useless protoypes as these methods...
2019-12-09 FdaSilvaYYapps/speed: allow to continue tests after any init...
2019-12-08 Dmitry BelyavskiyDifference between EVP_CipherInit and EVP_CipherInit_ex
2019-12-06 Bernd EdlingerAdd a CHANGES entry for CVE-2019-1551
2019-12-06 Bernd EdlingerAdd a test case for rsaz_512_sqr overflow handling
2019-12-06 Bernd EdlingerImprove the overflow handling in rsaz_512_sqr
2019-12-06 Andy PolyakovFix an overflow bug in rsaz_512_sqr
2019-12-05 Matt CaswellAdd documentation for the newly added RSA_PKCS1_WITH_TL...
2019-12-05 Matt CaswellMove constant time RSA code out of libssl
2019-12-05 Matt CaswellTeach the RSA implementation about TLS RSA Key Transport
2019-12-05 Fangming.FangFix exit issue in travisci
2019-12-04 PauliRemove spurious space from file.
2019-12-04 Matt CaswellDeprecate the AES_ige_*() functions
2019-12-04 Matt CaswellAdd the ability to supress deprecation warnings
2019-12-04 Dr. David von... add X509_cmp_timeframe() including its documentation
2019-12-03 Richard Levitteutil/mkerr.pl: don't stop reading conserved symbols...
2019-12-03 Richard Levitteconfigdata.pm.in: Don't try to quotify undefined values
2019-12-03 zeroUpdate NOTES.ANDROID for newer NDK versions + small...
2019-12-03 raja-ashokSet argument only after successful dup on CMP APIs
2019-12-01 Dr. Matthias... Fix typos in fipsinstall test
2019-11-29 Richard Levitteutil/find-doc-nits: ignore macros ending in _fnsig
2019-11-29 Richard Levitteutil/find-doc-nits: limit the prototype check
2019-11-29 Richard LevitteAdd NEWS and CHANGES entries about OSSL_SERIALIZER
2019-11-29 Richard LevitteTEST: add tests of text and PEM printout of a provider...
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing DSA keys and...
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing DH keys and...
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing RSA keys
2019-11-29 Richard LevittePROV SERIALIZER: add common functionality to serialize...
2019-11-29 Richard LevittePROV BIO: add a BIO_vprintf() upcall, and a provider...
2019-11-29 Richard LevitteSERIALIZER: add hooks in EVP_PKEY_print_ routines
2019-11-29 Richard LevitteSERIALIZER: add hooks in PEM_write_bio_ and PEM_write_f...
2019-11-29 Richard LevitteSERIALIZER: add support for serializing EVP_PKEYs
2019-11-29 Richard LevitteCORE: expose the property parsers and checker to the...
2019-11-29 Richard LevitteSERIALIZER: add functions for serialization to file
2019-11-29 Richard LevitteSERIALIZER: New API for serialization of objects throug...
2019-11-29 Richard LevitteCORE: pass the full algorithm definition to the method...
2019-11-29 Richard LevitteCORE: ossl_namemap_add_names(): new function to add...
2019-11-29 Matt CaswellDisable mem leak checking for the self test lock
2019-11-29 Matt CaswellMake sure we only run the self tests once
2019-11-29 Matt CaswellCheck the return from OPENSSL_buf2hexstr()
2019-11-29 Matt CaswellCheck that OPENSSL_zalloc was successful when creating...
2019-11-29 Matt CaswellAdd a test for NULL chunks in encrypt/decrypt
2019-11-29 Matt CaswellMake sure we handle input NULL with length 0
2019-11-29 Richard LevitteConfigure: make it possible to have generated generators
2019-11-29 Richard LevitteAdapt *.tmpl to generate docs at build time
2019-11-29 Richard LevitteAdd doc/build.info to build the documentation
2019-11-29 Richard LevitteAdd the possibility to generate documentation at build...
2019-11-29 Richard Levitteconfigdata.pm.in, util/dofile.pl: load 'platform' uncon...
2019-11-29 Richard Levitteapps/ocsp.c: sock_timeout -> socket_timeout
2019-11-28 moehusterFix L<EVP_MD_CTX_set_pkey_ctx> links
2019-11-28 Ard Biesheuvelchacha/asm/chacha-armv8.pl: preserve FP registers d8...
2019-11-28 Rich SalzUse option/parameter consistently.
2019-11-28 Rich SalzDocument more env var stuff, fix some typo's
2019-11-27 Richard Levittetest/cipher_overhead_test.c: build unconditionally
2019-11-27 Richard Levitteutil/find-doc-nits: Better parsing of links
2019-11-27 Richard Levittedoc/man7/proxy-certificates.pod: New guide for proxy...
2019-11-25 PauliProperty: fix memory leak.
2019-11-25 Shane LontisCache constants for fetched EVP_cipher
2019-11-24 John BaldwinSupport ciphersuites using a SHA2 384 digest in FreeBSD...
2019-11-24 PauliProperty: fix intermittent test failure.
2019-11-24 Dr. Matthias... Remove RANDFILE settings from configuration files
2019-11-23 Matus KyselRemove deadlock that was caused by calling pthread_rwlo...
2019-11-23 Daniil ZotkinProcess GOST ClientKeyExchange message in SSL_trace
2019-11-22 Richard LevitteUI_UTIL_wrap_read_pem_callback(): when |cb| is NULL...
2019-11-22 PauliThread: Avoid a NULL dereference after failed initialis...
2019-11-22 Paulimain: avoid a NULL dereference on initialisation.
2019-11-22 PauliPROV: Avoid NULL dereference in SHA3 dup call.
2019-11-22 PauliPROV: check for memory allocation failure in digest...
2019-11-22 Paulikdfs: make free calls check for NULL.
2019-11-22 Benjamin KadukFix a race condition in SNI handling
2019-11-21 PauliCore: allow NULL argument to stored_namemap_free().
2019-11-21 Matt CaswellDocumentation updates due to naming tweaks
2019-11-21 Matt CaswellTweak some algorithm naming inconsistencies
2019-11-21 PauliEVP p_lib: Add NULL check to EVP_PKEY_missing_parameters.
2019-11-21 PauliEngine: Add NULL check.
2019-11-21 PauliECDSA: don't clear free memory after verify.
2019-11-20 Richard LevitteReplumbing: pre-populate the EVP namemap with commonly...
2019-11-20 Bernd EdlingerFix sha512_block_data_order_avx2 backtrace info
2019-11-20 Patrick SteuerAllow specifying the tag after AAD in CCM mode (2)
2019-11-20 Patrick SteuerDont pass zero length input to asm modules for ciphers
2019-11-20 Rich SalzDocument command parameters.
2019-11-19 Matt CaswellAdd test for non-default sized keys in variable key...
2019-11-19 Matt CaswellEVP_CIPHER_CTX_set_keylen should not succeed if a bad...
2019-11-19 Shane Lontisfix s390 compile error due to missing comma.
2019-11-18 Xiaokang QianFix the issue that aes-xxx-siv algorithms failed in...
2019-11-18 PauliProperties: make query cache reference count aware.
2019-11-18 Shane LontisFix Use after free when copying cipher ctx
2019-11-18 Richard LevittePEM: constify PEM_write_ routines
2019-11-17 Patrick Steuers390x assembly pack: fix bn_mul_comba4
2019-11-17 Anthony HuAdd missing EVP_PKEY_METHOD accessors for digestsign...
2019-11-15 raniervfcommit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8
next