openssl.git
2020-01-17 Richard LevitteBuild file templates: Use explicit files instead of...
2020-01-17 Paulinews: combined NEWS entry for deprecated low level...
2020-01-17 Paulichanges: combined CHANGES entry for deprecated low...
2020-01-17 Paul YangAdd duplication APIs to ASN1_TIME and related types
2020-01-16 PauliDigest function deprecation CHANGES.
2020-01-16 Benjamin KadukUpdate SSL_CTX_sess_set_new_cb(3) docs for refcounts
2020-01-16 Richard LevitteMove the stored namemap pre-population to namemap const...
2020-01-16 Paul YangAdd doc for TS_VERIFY_CTX_set_certs()
2020-01-15 Richard LevittePROV: Adapt the DSA keymgmt implementation to no ex_fields
2020-01-15 Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2020-01-15 PauliDeprecate the low level RC5 functions
2020-01-15 Paulirc5: fix preprocessor indentation
2020-01-15 PauliDeprecate the low level RC4 functions
2020-01-15 Paulirc4: fix preprocessor indentation
2020-01-15 PauliDeprecate the low level RC2 functions
2020-01-15 Paulirc2: fix preprocessor indentation
2020-01-15 PauliDeprecate the low level SEED functions
2020-01-15 Pauliseed: fix preprocessor indentation
2020-01-15 Dmitry BelyavskiyRestoring correct check for legacy PKEY
2020-01-15 Shane LontisAdd FIPS Self test kats for digests
2020-01-15 Richard LevitteChange returned -2 to 0 in EVP_Digest{Sign,Verify}Init()
2020-01-14 kinichiroAvoid leak in error path of asn1_parse2
2020-01-14 Richard LevittePROV: Fix mixup between general and specialized GCM...
2020-01-14 Richard LevitteFix EVP_Digest{Sign,Verify}Final() and EVP_Digest{Sign...
2020-01-14 PauliThe MD2 test uses the EVP APIs not the low level ones.
2020-01-13 Rich SalzRemove duplicates
2020-01-13 Rich SalzBetter documentation of -www,-WWW,-HTTP flags
2020-01-13 Rich SalzRefactor the tls/dlts version options
2020-01-13 Matt CaswellAdd a test for HMAC via EVP_DigestSign*
2020-01-13 Matt CaswellAlways go the legacy route if EVP_MD_CTX_FLAG_NO_INIT...
2020-01-13 Matt CaswellDeprecate the Low Level CAST APIs
2020-01-13 Matt CaswellDeprecate Low Level Camellia APIs
2020-01-13 Dr. David von... handle new findings of find-doc-nits on fn typedefs...
2020-01-13 Dr. David von... make find-doc-nits report function typedef w/ space...
2020-01-13 Dr. David von... handle new findings of find-doc-nits for certain typedefs
2020-01-13 Dr. David von... improve 'typedef' patterns of find-doc-nits
2020-01-13 Richard LevitteConfigure: use $list_separator_re only for defines...
2020-01-12 Richard LevitteWhen deprecated symbols are removed, ensure liblegacy...
2020-01-12 PauliDeprecate the low level Whirlpool functions.
2020-01-12 Pauliwhirlpool: fix preprocessor indentation
2020-01-12 PauliDeprecate the low level MDC2 functions.
2020-01-12 Paulimdc2: fix preprocessor indentation
2020-01-12 PauliDeprecate the low level MD4 functions.
2020-01-12 Paulimd4: fix preprocessor indentation
2020-01-12 PauliDeprecate the low level MD2 functions.
2020-01-12 Paulimd2: fix preprocessor indentation
2020-01-12 PauliDeprecate the low level RIPEMD160 functions.
2020-01-12 Pauliripemd: fix preprocessor indentation
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2020-01-10 Rich SalzTweak option error messages
2020-01-10 Dr. Matthias... testutil_init.c: fix compilation error with enable...
2020-01-10 Shane LontisAdd GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GC...
2020-01-09 Nicola TuveriAdd test/bio_prefix_text to .gitignore
2020-01-09 Richard LevittePROV: Adjust the KEYMGMT name specs to include all...
2020-01-09 Richard LevitteEVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle...
2020-01-09 Richard LevitteCORE & EVP: Specify OP_query_operation_name() for KEYMGMT
2020-01-09 Richard LevitteDOCS: The interpretation of OPENSSL_API_COMPAT has...
2020-01-09 Dr. David von... add missing load_pkimsg() in test/cmp_testlib.c
2020-01-09 Dr. David von... fix obsolete error codes in test/cmp_msg_test.c
2020-01-09 Dr. David von... fix dependencies of cmp_{msg,protect}_test.c in test...
2020-01-08 Richard LevitteAdd the DSA serializers to the default provider tools
2020-01-08 Richard LevitteEVP: If a key can't be exported to provider, fallback...
2020-01-08 Dr. Matthias... nmake: fix install_html_docs target
2020-01-08 Matt CaswellDeprecate Low Level Blowfish APIs
2020-01-07 Rich SalzMake generated copyright year be "now"
2020-01-07 Rich SalzRefactor -engine documentation
2020-01-07 Dr. Matthias... Modify the add_seeds_stringlist() macro to fix a prepro...
2020-01-07 Dr. Matthias... Move random-related defines to "crypto/rand.h"
2020-01-07 Richard LevitteConfiguration: synchronise the variables on the build...
2020-01-07 Shane LontisMake ECDSA_size() use consistent asn1 encoder.
2020-01-07 Paulicoverity 1201462: check error returns
2020-01-07 Paulicoverity 1201478: check BIO_indent returns
2020-01-06 Shane LontisFix KMAC docs
2020-01-06 Richard LevitteAdd missing inclusion of "internal/deprecated.h"
2020-01-06 kaysondAdd `-passin` arg to `ocsp`
2020-01-06 Matt CaswellDeprecate the low level AES functions
2020-01-06 Matt CaswellDon't use the low level AES key wrap APIs in CMS
2020-01-06 Matt CaswellDon't store an HMAC key for longer than we need
2020-01-06 Richard LevitteEVP: Fix method to determine if a PKEY is legacy or not
2020-01-06 Rich SalzMove -nameopt to openssl.pod
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2020-01-05 Andrew HoangFix incorrect return code on ECDSA key verification
2020-01-05 fangming.fangFix disabled ecdsa in apps/speed
2020-01-05 Fangming.FangFix side channel in ecp_nistz256-armv8.pl
2020-01-05 Bernd EdlingerFix side channel in the ecp_nistz256.c reference implem...
2020-01-05 Bernd EdlingerImprove side channel fix in ecp_nistz256-x86_64.pl
2020-01-05 Bernd EdlingerFix side channel in ecp_nistz256-armv4.pl
2020-01-05 Bernd EdlingerFix side channel in ecp_nistz256-x86.pl
2020-01-05 David BenjaminAvoid leaking intermediate states in point doubling...
2020-01-05 Nicola TuveriFix potential SCA vulnerability in some EC_METHODs
2020-01-05 Paulicoverity 1456638: fix null check
2020-01-05 Paulicoverity 1456639: fix NULL dereference
2020-01-05 Paulicoverity 1456640: fix null check
2020-01-05 Paulicoverity 1456642: fix null check
2020-01-02 Ibrahim M.... Add -iter option to pkcs12 command
2020-01-02 Matt CaswellRun make update
2020-01-02 dcruetteUpdate tls13_enc.c
2019-12-27 Matt CaswellTemporarily disable the explicit enable-asan build
2019-12-27 Matt CaswellTemporarily disable some Travis external tests
2019-12-26 Matt CaswellDon't run test_conf in cross compiled builds
next