]> git.ipfire.org Git - thirdparty/openssl.git/history - util
Load the default config file before working with default properties
[thirdparty/openssl.git] / util /
2020-08-14  Pauliprovider: disable fall-backs if OSSL_PROVIDER_load...
2020-08-13  Dr. David von OheimbRemove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_...
2020-08-13  Benjamin KadukMark SSL_CTX_set_ssl_version() as deprecated in 3.0
2020-08-12  Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-12  Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11  Benjamin KadukDocument EVP_CIPHER_CTX IV accessors
2020-08-11  Benjamin KadukDeprecate and replace EVP_CIPHER_CTX_iv()/etc.
2020-08-11  Shane LontisAdd DHX serialization
2020-08-10  Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10  Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10  Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-08-09  Shane LontisAdd 'on demand self test' and status test to providers
2020-08-09  Shane LontisAdd some of the missing CMS API documentation
2020-08-09  Shane LontisChange CMS tests to use a library context.
2020-08-07  Paulirand_drbg: remove RAND_DRBG.
2020-08-06  Jon SpillettAdd new APIs to get PKCS12 secretBag OID and value
2020-08-01  Richard LevitteDESERIALIZER: Refactor the constructor setting API
2020-08-01  Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-08-01  Richard LevitteDESERIALIZER: Rethink password handling
2020-07-30  Dr. David von OheimbAdd OSSL_CMP_MSG_write(), use it in apps/cmp.c
2020-07-30  Dr. David von OheimbExport ossl_cmp_msg_load() as OSSL_CMP_MSG_read(),...
2020-07-30  Dr. David von OheimbExport crm_new() of cmp_msg.c under the name OSSL_CMP_C...
2020-07-30  Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-07-24  Richard LevitteSERIALIZER: Add functions to deserialize into an EVP_PKEY
2020-07-24  Richard LevitteDESERIALIZER: Add foundation for deserializers
2020-07-24  Shane LontisAdd X509 related libctx changes.
2020-07-22  PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-22  Gustaf NeumannAlign documentation with recommendations of Linux Docum...
2020-07-21  Richard Levitteutil/find-doc-nits: Relax check of function declaration...
2020-07-20  Dr. David von Oheimbcheck-format.pl: Report empty lines only if -s (--slopp...
2020-07-20  Dr. David von Oheimbcheck-format.pl: Add check for essentially empty line...
2020-07-20  Dr. David von Oheimbcheck-format.pl: Add check for multiples essentially...
2020-07-20  Dr. David von Oheimbcheck-format.pl: Allow comment start '/*' after opening...
2020-07-19  Richard Levitteutil/find-doc-nits: relax some SYNOPSIS checks
2020-07-19  Richard Levitteutil/find-doc-nits: read full declarations as one line...
2020-07-19  Richard LevitteRemove util/openssl-update-copyright
2020-07-16  Richard Levitteutil/mktar.pl: Change 'VERSION' to 'VERSION.dat'
2020-07-16  Matt CaswellRevert "kdf: make function naming consistent."
2020-07-16  Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16  Paulilibcrypto.num: engine deprecation updates
2020-07-16  Todd ShortAdd SSL_get[01]_peer_certificate()
2020-07-14  PauliDRBG: rename the DRBG taxonomy.
2020-07-05  Dr. David von Oheimbutil/markdownlint.rb: Add two rule exceptions: MD023...
2020-07-04  Gustaf NeumannFix typos and repeated words
2020-07-04  Richard LevitteConfiguration and build: Fix solaris tags
2020-07-04  Richard Levitteutil/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/
2020-07-04  Richard Levitteutil/perl/OpenSSL/config.pm: move misplaced Windows...
2020-07-01  Dr. David von OheimbAdd X509_self_signed(), extending and improving documen...
2020-06-28  Richard Levitteutil/perl/OpenSSL/config.pm: refactor guess_system()
2020-06-28  Richard Levitteutil/perl/OpenSSL/config.pm: remove expand() and use...
2020-06-28  Richard Levitteutil/perl/OpenSSL/config.pm: refactor map_guess()
2020-06-28  Richard Levitteutil/perl/OpenSSL/config.pm, Configure: move check...
2020-06-28  Richard Levitteutil/perl/OpenSSL/config.pm: Rework determining compile...
2020-06-28  Richard LevitteRemove OpenSSL::config::main(), it's not necessary
2020-06-28  Richard Levitteutil/perl/OpenSSL/config.pm: Prefer POSIX::uname()...
2020-06-28  Richard Levitteutil/perl/OpenSSL/config.pm: Don't detect removed direc...
2020-06-28  Rich SalzInitial rewrite of config as a Perl module
2020-06-28  Richard LevitteCORE: Add OPENSSL_CTX_set0_default(), to set a default...
2020-06-24  Paulievp_rand: documentation
2020-06-24  Pauliparams: add OSSL_PARAM helpers for time_t.
2020-06-24  Paulirand: core APIs for provider friendly random.
2020-06-22  Richard LevitteMissing documentation missing, let's note that down
2020-06-22  Richard Levitteutil/find-doc-nits: Modernise printem()
2020-06-22  Richard Levitteutil/find-doc-nits: Do not read "missing" files when...
2020-06-22  Dr. David von OheimbFix CMP -days option range checking and test failing...
2020-06-19  Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19  Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-19  Matt CaswellAdd the OSSL_PROVIDER_get_capabilities() API function
2020-06-19  haykam821Remove whitespace from 'white space'
2020-06-16  Dr. David von OheimbImprove BIO_socket_wait(), BIO_wait(), BIO_connect_retr...
2020-06-11  PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11  Paulikdf: make function naming consistent.
2020-06-10  Dr. David von Oheimbrun_tests.pl: Add options for focussing output on faile...
2020-06-05  Matt CaswellImplement OSSL_PROVIDER_get0_provider_ctx()
2020-06-05  Matt CaswellEnable applications to directly call a provider's query...
2020-06-02  Billy BrumleyMove EC_METHOD to internal-only
2020-06-01  Tim Hudsonundeprecate SSL_CTX_load_verify_locations and X509_STOR...
2020-05-29  Richard LevitteDOCS: add openssl-core_numbers.h(7)
2020-05-28  Richard Levitteutil/mkpod2html.pl: Fix unbalanced quotes
2020-05-27  Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-26  Dr. David von OheimbFix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey...
2020-05-24  Dr. David von OheimbMove decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local...
2020-05-20  Billy Brumleydeprecate EC_POINT_make_affine and EC_POINTs_make_affine
2020-05-20  Richard LevitteAdd OSSL_PROVIDER_do_all()
2020-05-19  Billy Brumleydeprecate EC precomputation functionality
2020-05-18  Nikolay MorozovFix small documentation issues
2020-05-16  Billy Brumleydeprecate EC_POINTs_mul function
2020-05-15  Rich SalzFix all MD036 (emphasis used instead of heading)
2020-05-15  Matt CaswellUpdate copyright year
2020-05-15  Nicolas VigierIf SOURCE_DATE_EPOCH is defined, use it for copyright...
2020-05-14  Richard LevitteEVP: Refactor the RSA-PSS key generation controls for...
2020-05-14  Nikolay MorozovAdd documentation for ASN1_INTEGER_new() and ASN1_INTEG...
2020-05-13  Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13  Dr. David von OheimbAdd -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MS...
2020-05-13  Richard LevitteOSSL_STORE: Make it possible to attach an OSSL_STORE...
2020-05-08  Rich Salztravis: enable markdownlint checks
2020-05-07  Jakub ZelenkaAdd documentation for CMS_EnvelopedData_create()
2020-05-07  Shane LontisRemove legacy FIPS_mode functions
2020-05-05  Dr. David von OheimbStrengthen X509_STORE_CTX_print_verify_cb() to print...
2020-05-04  Matt CaswellMake EVP_new_raw_[private|public]_key provider aware
next