EVP: Add the internal convenience function evp_keymgmt_util_export()
[openssl.git] / util /
2020-09-12 Richard LevitteEC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to...
2020-09-09 PauliDeprecate SHA and MD5 again.
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-08 Richard LevitteEVP: Move the functions and controls for setting and...
2020-09-08 Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-09-06 jwalchCleanup deprecation of ENGINE_setup_bsd_cryptodev
2020-09-05 Dr. David von OheimbOSSL_CMP_CTX: rename field and its getter/setter from...
2020-09-05 Dr. David von OheimbStrengthen chain building for CMP
2020-09-05 Dr. David von OheimbAdd OSSL_CMP_CTX_get1_newChain() and related CLI option...
2020-09-03 Richard LevitteSTORE: Deprecate legacy / ENGINE functions
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-09-01 Dr. David von OheimbAdd -verbosity option to apps/cmp.c and add log output...
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-28 Jung-uk KimIgnore vendor name in Clang version number.
2020-08-24 Richard LevitteDECODER: Add function to set an OSSL_PASSPHRASE_CALLBAC...
2020-08-24 Richard LevitteOSSL_PARAM: Add string pointer getters
2020-08-24 Richard LevitteSTORE: Add the base functions to support provider based...
2020-08-24 Richard LevitteSTORE: Add missing function OSSL_STORE_LOADER_set_open_...
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Richard LevitteRemove the OSSL_SERIALIZER / OSSL_DESERIALIZER renaming...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-20 Richard LevittePEM: Add more library context aware PEM readers
2020-08-20 Richard LevitteSTORE: Distinguish public keys from private keys
2020-08-20 Richard LevitteX509: Add d2i_PUBKEY_ex(), which take a libctx and...
2020-08-19 Shane LontisFix no-cms build errors.
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...
next