openssl.git
2019-12-19 Richard LevitteCRYPTO: split cipher_platform.h into algorithm specific...
2019-12-19 Jussi KeranenFix regression on x509 keyform argument
2019-12-19 Rich SalzUse a function to generate do-not-edit comment
2019-12-19 Haohui MaiMake Windows build more robust
2019-12-19 Shane LontisFix travis timeout by excluding arm64 gcc -fsanitize...
2019-12-19 Fangming.FangOptimize AES-GCM implementation on aarch64
2019-12-18 Richard LevitteTEST: Add test recipe and help program to test BIO_f_pr...
2019-12-18 Richard LevitteEVP: Adapt EVP_PKEY_print_ routines to use BIO_f_prefix()
2019-12-18 Richard LevitteASN1: Adapt ASN.1 output routines to use BIO_f_prefix()
2019-12-18 Richard LevitteAPPS & TEST: Adapt to use the new BIO_f_prefix()
2019-12-18 Richard LevitteBIO: Add BIO_f_prefix(), a text line prefixing filter
2019-12-18 Richard Levittecrypto/bio/build.info: split the source files in categories
2019-12-18 Bernd EdlingerFix unwind info for some trivial functions
2019-12-18 Rich SalzFix build when enabling mdebug options.
2019-12-18 Shane LontisCleanup legacy digest methods.
2019-12-17 Sarithaapps/speed.c: Fix eddsa sign and verify output with...
2019-12-17 Richard LevitteEVP: make it possible to init EVP_PKEY_CTX with provide...
2019-12-16 Matt CaswellUpdate the HISTORY entry for RSA_get0_pss_params()
2019-12-16 Matt CaswellTest that EVP_PKEY_set1_DH() correctly identifies the...
2019-12-16 Matt CaswellEnsure EVP_PKEY_set1_DH detects X9.42 keys
2019-12-16 kinichiroReturn 1 when openssl req -addext kv is duplicated
2019-12-14 Rich SalzDeprecated crypto-mdebug-backtrace
2019-12-14 Rich SalzDeprecate most of debug-memory
2019-12-13 Dmitry BelyavskiyParse large GOST ClientKeyExchange messages
2019-12-13 Richard LevitteRemove CRYPTO_secure_allocated from util/missingcrypto1...
2019-12-13 Richard LevitteAdd better support for using deprecated symbols internally
2019-12-13 Richard Levittetest/namemap_internal_test.c: use "cookie" instead...
2019-12-13 kinichiroCheck return value after loading config file
2019-12-13 Paulimac poly1305: add missing NULL check in new function.
2019-12-13 Paulimac siphash: add missing NULL check on context creation
2019-12-12 Rich SalzVarious missing-link fixes
2019-12-12 Richard LevittePROV: Move AES_GCM specialisation away from common...
2019-12-12 Richard LevittePROV: Move AES_CCM specialisation away from common...
2019-12-12 Dr. David von... chunk 6 of CMP contribution to OpenSSL
2019-12-11 Dr. Matthias... rand_lib.c: fix null pointer dereferences after RAND_ge...
2019-12-11 Jan-Frederik... Add support for otherName:NAIRealm in output
2019-12-11 Fangming.FangEnrich arm64 tests in Travis matrix
2019-12-11 Rich SalzFix docs for CRYPTO_secure_allocated
2019-12-11 Veres LajosFix some typos
2019-12-11 XiaokangQianOptimize AES-ECB mode in OpenSSL for both aarch64 and...
2019-12-11 Nicola TuveriMore testing for sign/verify through `dgst` and `pkeyutl`
2019-12-11 Nicola TuveriMore testing for CLI usage of Ed25519 and Ed448 keys
2019-12-11 Andy PolyakovConfigure: use ELFv2 ABI on some ppc64 big endian systems
2019-12-11 Andy Polyakovcrypto/perlasm/ppc-xlate.pl: add linux64v2 flavour
2019-12-11 Richard LevitteMove providers/common/{ciphers,digests}/* to providers...
2019-12-10 Rich SalzRemove handling of outdated macro's
2019-12-10 Richard LevitteConfiguration: compute openssl_other_defines and relate...
2019-12-10 Richard LevitteDisable devcryptoeng on newer OpenBSD versions
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
next