openssl.git
2019-09-17 Jon Spillettapps/pkcs12: print multiple PKCS#12 safeBag attribute...
2019-09-17 Shane LontisFix Solaris aes_hw_t4 compile issue
2019-09-16 Bernd EdlingerFix building statically without any dso support
2019-09-16 Richard LevitteUnify all assembler file generators
2019-09-16 Richard Levittebuild.info: For all assembler generators, remove all...
2019-09-16 Richard LevitteBuild files: Unify standard arguments for assembler...
2019-09-16 ManishPatidar1clearing the ecx private key memory
2019-09-16 PauliAvoid mentioning ctrl_str in the MAC documentation.
2019-09-16 PauliUse "PARAMETERS" in the documentation headings.
2019-09-15 Shane LontisAdd blowfish ciphers to default provider
2019-09-15 Shane LontisAdd fips module integrity check
2019-09-15 Shane LontisFix compile error detected by Solaris build
2019-09-15 Shane LontisFix aesni_xts compile error
2019-09-15 Jan-Frederik... Fix small typo in doc for X509_STORE_CTX_new
2019-09-15 PauliFix examples in the section 7 KDF man pages.
2019-09-14 Andreas Kretschmerfix CRMF symmetric key handling
2019-09-14 PauliUse param types instead of native types in the param...
2019-09-14 PauliUse param types for parameter descriptions. Mention...
2019-09-14 PauliAdd wording to limit the 'size' parameter to no more...
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-13 Shane LontisFix S390X bad size_t that causes memory trash in legacy...
2019-09-13 Rich SalzERR: Change get_error_values() to use an enum
2019-09-13 Bernd EdlingerFix potential memory leaks with BN_to_ASN1_INTEGER
2019-09-13 PauliDefine the MAC parameter types without using C type...
2019-09-12 Richard LevitteDocument the deprecation of ERR_STATE and ERR_get_state()
2019-09-12 Richard LevitteDeprecate ERR_get_state()
2019-09-12 Richard LevitteDeprecate the public definition of ERR_STATE
2019-09-12 Richard Levitteconfdata.pm.in: New template for configdata.pm
2019-09-12 Richard Levitteutil/dofile.pl, util/perl/OpenSSL/Template.pm: move...
2019-09-12 Richard LevitteAdd a CHANGES entry for the recent ERR changes
2019-09-12 Richard LevitteDocument the deprecation of ERR_func_error_string()
2019-09-12 Richard LevitteModernise ERR_print_errors_cb()
2019-09-12 Richard LevitteModernise the ERR functionality further (new functions...
2019-09-12 Richard Levitteinclude/openssl/err.h: Depend on OPENSSL_NO_FILENAMES...
2019-09-12 Richard Levitteinclude/openssl/macros.h: Remove the PEDANTIC OPENSSL_F...
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-12 Tomas MrazBIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CT...
2019-09-12 Richard LevitteTravis and Appveyor: use HARNESS_VERBOSE_FAILURE rather...
2019-09-12 Richard LevitteRework test/run_tests.pl to support selective verbosity...
2019-09-12 Richard Levitteutil/perl/OpenSSL/Test.pm: Disable stdout/stderr redire...
2019-09-12 Richard Levittedoc/man3/OSSL_PARAM.pod: add details about multiple...
2019-09-12 Richard Levittedoc/man3/OSSL_PARAM.pod: remove a comment that isn...
2019-09-12 Richard Levittedoc/man3/OSSL_PARAM.pod: conform to man-page standards
2019-09-12 Richard Levittetest/evp_test.c: try fetching algorithms
2019-09-12 Richard LevitteUpdate the bundled external perl module Text-Template...
2019-09-12 Richard LevitteClarify the status of bundled external perl modules
2019-09-12 Richard LevitteRework the perl fallback functionality
2019-09-12 Matt CaswellAvoid passing NULL to memcpy
2019-09-12 Matt CaswellPass the correct ctx to provider KDF functions
2019-09-12 Matt CaswellFix no-engine
2019-09-12 Matt CaswellFix no-dsa
2019-09-12 Paul YangFix test error if scrypt is disabled
2019-09-11 Dr. Matthias... crypto/threads_win.c: fix preprocessor indentation
2019-09-11 Dr. Matthias... drbg: fix issue where DRBG_CTR fails if NO_DF is used...
2019-09-11 Dr. Matthias... drbg: add fork id to additional data on UNIX systems
2019-09-11 Dr. Matthias... drbg: ensure fork-safety without using a pthread_atfork...
2019-09-11 Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-11 PauliUsages of KDFs converted to use the name macros
2019-09-11 PauliRegister KDF's using their name macros rather than...
2019-09-11 PauliMake FIPS provider use KDF name for PBKDF2
2019-09-11 PauliUpdate tests to (mostly) use KDF names
2019-09-11 PauliConvert SSL functions to use KDF names not SN_ strings
2019-09-11 PauliAdd macros for the KDF algorithm names.
2019-09-10 PauliCoverity 1453629 and 1453638: Error handling issues...
2019-09-10 PauliCoverity 1453634: Resource leaks (RESOURCE_LEAK)
2019-09-10 PauliCoverity 1453633: Error handling issues (CHECKED_RETURN)
2019-09-10 PauliCoverity 1453632 & 1453635: Null pointer dereferences...
2019-09-10 PauliCoverity 1453630: Null pointer dereferences (FORWARD_NULL)
2019-09-10 PauliCoverity 1453628: Null pointer dereferences (REVERSE_INULL)
2019-09-10 PauliCoverity 1453627: Null pointer dereferences (REVERSE_INULL)
2019-09-10 PauliCoverity 1414465: Resource leaks (RESOURCE_LEAK)
2019-09-10 Bernd EdlingerFix a padding oracle in PKCS7_dataDecode and CMS_decryp...
2019-09-10 Bernd EdlingerFix a potential crash in rand_unix.c
2019-09-10 Bernd EdlingerFix a strict warnings error in rand_pool_acquire_entropy
2019-09-09 Billy Brumley[test] ECC: check the bounds for auto computing cofactor
2019-09-09 Bernd EdlingerFix build with VS2008
2019-09-09 Matt CaswellUse simple names in core_names.h
2019-09-09 Matt CaswellMove EVP_PKEY algorithm implementations into a union
2019-09-09 Matt CaswellRevise EVP_PKEY param handling
2019-09-09 Matt CaswellEnable DH "keys" which only contain domain parameters
2019-09-09 Matt CaswellAdd docs for the provider interface for signature opera...
2019-09-09 Matt CaswellAdd public API docs for newly added EVP_SIGNATURE relat...
2019-09-09 Matt CaswellAdd support for verify/verify_recover functions to...
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-09 Matt CaswellAdd the ability to perform signatures in a provider
2019-09-09 Bernd EdlingerDH_check_pub_key_ex was accidentally calling DH_check,
2019-09-09 Bernd EdlingerUse BN_clear_free in DH_set0_key
2019-09-09 Bernd EdlingerCheck the DH modulus bit length
2019-09-09 Nicola TuveriUniform TEST_*() check usage in test/ectest.c
2019-09-09 Nicola TuveriFix spacing nit in test/ectest.c
2019-09-09 Jakub ZelenkaFix typos in the OSSL_METHOD_STORE doc
2019-09-09 Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-09 Richard LevitteDo no mention private headers in public headers
2019-09-08 Dr. Matthias... Configure: clang: move -Wno-unknown-warning-option...
2019-09-07 Billy BrumleyCHANGES entry: for ECC parameters with NULL or zero...
2019-09-07 Billy Brumley[test] computing ECC cofactors: regression test
2019-09-07 PauliUse common digest getter for X942 KDF
2019-09-07 PauliUse common digest getter for SSH KDF
2019-09-07 PauliUse common digest getter for TLS1 PRF
2019-09-07 PauliUse common digest getter for single step KDF
next