]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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
2020-08-29  Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29  Matt CaswellDocument the EVP_PKEY_new_CMAC_key_with_libctx() function
2020-08-29  Matt CaswellExtend test_CMAC_keygen in evp_extra_test
2020-08-29  Matt CaswellDelete unused PKEY MAC files
2020-08-29  Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29  Matt CaswellExtend the provider MAC bridge for Poly1305
2020-08-29  Matt CaswellDon't require a default digest from signature algorithms
2020-08-29  Matt CaswellExtend the provider MAC bridge for SIPHASH
2020-08-29  Matt CaswellEnsure libssl creates libctx aware MAC keys
2020-08-29  Matt CaswellFix some EVP_MD_CTX_* functions
2020-08-29  Matt CaswellConvert EVP_PKEY_CTX_set_mac_key() into a function
2020-08-29  Matt CaswellFix evp_extra_test to not assume that HMAC is legacy
2020-08-29  Matt CaswellMake the provider side EVP PKEY MAC bridge available...
2020-08-29  Matt CaswellImplement signature functions for EVP_PKEY MAC to EVP_M...
2020-08-29  Matt CaswellImplement key management for the EVP_PKEY MAC to EVP_MA...
2020-08-28  Richard LevitteTEST: Adapt some tests for a stricter PEM_write_bio_Pri...
2020-08-28  Richard LevitteFix PEM_write_bio_PrivateKey_traditional() to not outpu...
2020-08-28  T.YanagisawaCorrect description of BN_mask_bits
2020-08-28  Pauliconf: add diagnostic option
2020-08-28  Pauliprovider_conf: report missing section on error
2020-08-28  Jung-uk KimIgnore vendor name in Clang version number.
2020-08-28  Paulirand: instantiate the DRBGs upon first use.
2020-08-27  Paulirand: add a note about a potentially misleading code...
2020-08-27  Dr. David von... apps/pkcs12.c: Add -untrusted option
2020-08-27  Dr. David von... X509_add_certs(): Add to doc some warning notes on...
2020-08-27  Rich SalzAdd OCSP_PARTIAL_CHAIN to OCSP_basic_verify()
2020-08-27  Marcapps: -msg flag enhancement 2/2
2020-08-27  Marcapps: -msg flag enhancement 1/2
2020-08-27  PauliEVP: NULL pctx pointer after free.
2020-08-26  Dmitry BelyavskiyReplace hierogliphs with stub to pass tests
2020-08-26  Dmitry BelyavskiyDocumentation for internal PUNYCODE-related functions
2020-08-26  Dmitry BelyavskiyEAI test script and data
2020-08-26  Dmitry BelyavskiyRFC 8398: documentation
next