]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2020-09-09  Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-09  Jon SpillettFix up issue on AIX caused by broken compiler handling...
2020-09-09  Paulis_time: check return values better
2020-09-09  PauliIn a non-shared build, don't include the md5 object...
2020-09-09  PauliTLS fixes for CBC mode and no-deprecated
2020-09-09  PauliTLS: remove legacy code path supporting special CBC...
2020-09-09  Paulilegacy: include MD5 code in legacy provider
2020-09-09  PauliDeprecate SHA and MD5 again.
2020-09-08  Dr. David von... Allow unauthenticated CMP server if missing -trusted...
2020-09-08  Dr. David von... Add 4 new OIDs for PKIX key purposes and 3 new CMP...
2020-09-08  Richard LevitteTEST: modify test/endecode_test.c to not use legacy...
2020-09-08  Richard LevittePEM: Make PEM_write_bio_PrivateKey_traditional() handle...
2020-09-08  Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-08  Dr. David von... apps/cmp.c: Allow default HTTP path (aka CMP alias...
2020-09-08  Dr. David von... apps/cmp.c: Use enhanced OSSL_HTTP_parse_url(), removin...
2020-09-08  Dr. David von... OSSL_HTTP_parse_url(): add optional port number return...
2020-09-08  Richard LevitteEVP: Move the functions and controls for setting and...
2020-09-08  Richard LevitteEVP: Expand the use of EVP_PKEY_CTX_md()
2020-09-08  Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-09-08  Dmitry BelyavskiyNew GOST PKCS12 standard support
2020-09-08  Richard LevitteFix test/evp_extra_test.c
2020-09-08  Richard LevitteEVP: Don't shadow EVP_PKEY_CTX_new* error records
2020-09-08  Richard LevitteEVP: Preserve the EVP_PKEY id in a few more spots
2020-09-07  Jon SpillettUse return code for 'which command' checks
2020-09-07  luxinyouFix memory leaks in conf_def.c
2020-09-07  Richard LevitteBuilding: Build Unix static libraries one object file...
2020-09-06  Richard LevitteDOC: Fix check of EVP_PKEY_fromdata{,_init} in examples
2020-09-06  Richard LevitteDOC: Modify one example in EVP_PKEY_fromdata(3)
2020-09-06  jwalchCleanup deprecation of ENGINE_setup_bsd_cryptodev
2020-09-06  John BaldwinSlightly abstract ktls_start() to reduce OS-specific...
2020-09-06  John BaldwinRemove unused dummy functions from ktls.h.
2020-09-06  John BaldwinFix the socket BIO control methods to use ktls_crypto_i...
2020-09-05  Dr. David von... X509_STORE_CTX_print_verify_cb(): add AKID and SKID...
2020-09-05  Dr. David von... OSSL_CMP_CTX: rename field and its getter/setter from...
2020-09-05  Dr. David von... Strengthen chain building for CMP
2020-09-05  Dr. David von... Add OSSL_CMP_CTX_get1_newChain() and related CLI option...
2020-09-05  Dr. Matthias... test/drbgtest: improve the reseed after fork test
2020-09-05  Shane LontisFix coverity CID #1454815 - NULL ptr dereference in...
2020-09-05  Shane LontisFix coverity CID #1452769 & #1452771 - Arg passed to...
2020-09-05  Shane LontisFix coverity CID #1457935 - Check return value in ffc_p...
2020-09-05  Shane LontisFix coverity CID #1465967 & #1465968 - fix NULL derefer...
2020-09-05  Shane LontisFix coverity CID #1466371 - fix dereference before...
2020-09-05  Shane LontisFix coverity CID #1466375 - Remove dead code.
2020-09-05  Shane LontisFix coverity CID #1466377 - resource leak due to early...
2020-09-05  Shane LontisFix coverity CID #1466378 - Incorrect expression in...
2020-09-03  Richard LevitteASN1: Make ASN1_item_verify_ctx() work with provider...
2020-09-03  Richard LevitteEC: Remove one error record that shadows another
2020-09-03  Richard LevitteTEST: Ensure that the base provider i activated when...
2020-09-03  Richard LevitteRevert "TEST: separate out NIST ECC tests from non...
2020-09-03  Richard LevitteEVP: Don't report malloc failure in new_raw_key_int()
2020-09-03  Richard LevitteTEST: have key_unsupported() in evp_test.c look at...
2020-09-03  Richard LevitteSTORE: Stop the flood of errors
2020-09-03  Richard LevitteCORE: Fix small bug in passphrase caching
2020-09-03  Richard LevitteSTORE: Fix potential memory leak
2020-09-03  Richard Levitte"Downgrade" provider-native keys to legacy where needed
2020-09-03  Richard LevitteEVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8()
2020-09-03  Richard LevitteTEST: Modify test/recipes/90-test_store.t for use with...
2020-09-03  Richard LevitteSTORE: Deprecate legacy / ENGINE functions
2020-09-03  Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-09-03  Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-09-03  Richard LevitteOSSL_ENCODER / OSSL_DECODER post-rename cleanup
2020-09-03  Richard LevitteASN1: Fix d2i_KeyParams() to advance |pp| like all...
2020-09-03  Matt CaswellEnsure EVP_MAC_update() passes the length even if it...
2020-09-03  Matt CaswellConvert ssl3_cbc_digest_record() to use EVP_MD_is_a()
2020-09-03  Matt CaswellUpdate the EVP_PKEY MAC documentation
2020-09-03  Matt CaswellEnable PKEY MAC bridge signature algs to take ctx params
2020-09-03  Matt CaswellMake ssl3_cbc_digest_record() use the real data_size
2020-09-03  Matt CaswellStart using the provider side TLS HMAC implementation
2020-09-03  Matt CaswellAdd an HMAC implementation that is TLS aware
2020-09-03  Jon SpillettAvoid AIX compiler issue by making the macro argument...
2020-09-03  Daniel BeveniusFix typo in FIPS_MODULE endif macro comment
2020-09-02  Todd ShortFix post-condition in algorithm_do_this
2020-09-02  Todd ShortFix use of OPENSSL_realloc in provider
2020-09-02  Dr. David von... apps/cmp.c: Clean up loading of certificates and CRLs
2020-09-02  Jon SpillettAvoid uninitialised variable warning for jobs
2020-09-01  Dr. David von... Add -verbosity option to apps/cmp.c and add log output...
2020-09-01  Felix Monningeralso zero pad DHE public key in ClientKeyExchange messa...
2020-08-31  John BaldwinUse global 'libctx' with RAND_bytes_ex to generate...
2020-08-31  Vadim FedorenkoFix two issues with AES-CCM KTLS tests.
2020-08-31  John BaldwinSkip tests using KTLS RX for TLS 1.3.
2020-08-31  John BaldwinSkip tests using KTLS RX if KTLS RX is not supported.
2020-08-31  John BaldwinRefactor the KTLS tests to minimize code duplication.
2020-08-31  John BaldwinMove KTLS inline functions only used by libssl into...
2020-08-31  John BaldwinSupport for KTLS TX on FreeBSD for TLS 1.3.
2020-08-31  John BaldwinDon't check errno if ktls_read_record() returned 0.
2020-08-31  John BaldwinAdd support for KTLS receive for TLS 1.1-1.2 on FreeBSD.
2020-08-31  John BaldwinAdd helper functions for FreeBSD KTLS.
2020-08-31  John BaldwinAdd a ktls_crypto_info_t typedef.
2020-08-31  Jon SpillettUpdate test data for DSA public key text
2020-08-31  Jon SpillettAdd the correct enum value for DSA public key serialization
2020-08-30  Shane LontisFix ECX serializer import calls to use correct selectio...
2020-08-30  Shane LontisFix RSA serializer import calls to use correct selectio...
2020-08-30  Shane LontisFix DSA serializer import calls to use correct selectio...
2020-08-30  Shane LontisFix DH serializer import calls to use correct selection...
2020-08-29  Dmitry BelyavskiyFix PKCS#7 so that it still works with non fetchable...
2020-08-29  Dmitry BelyavskiyFix PKCS#7 so that it still works with non fetchable...
2020-08-29  Matt CaswellCheck whether we have MD5-SHA1 and whether we need it
2020-08-29  Matt CaswellImprove some error messages if a digest is not available
2020-08-29  Matt CaswellInclude "legacy" in the name of the various MAC bridge...
2020-08-29  Matt CaswellAdd some documentation about the EVP_PKEY MAC interface
next