EVP: Make the SIGNATURE implementation leaner
[openssl.git] / util /
2019-11-05 Richard LevitteEVP: Make the SIGNATURE implementation leaner
2019-11-05 Richard LevitteEVP: Make the KEYEXCH implementation leaner
2019-11-03 Richard LevitteDocument added SSL functions related to X509_LOOKUP_store
2019-11-03 Richard LevitteX509_LOOKUP_store: new X509_LOOKUP_METHOD that works...
2019-10-31 Rich SalzFix L<> entries without sections
2019-10-31 Rich SalzInfrastructure for templated doc in POD files
2019-10-29 Dr. David von Oheimbchunk 5 of CMP contribution to OpenSSL
2019-10-24 Rich SalzFix broken links, mainly typo's
2019-10-23 Rich SalzDocument "get/set-app-data" macros.
2019-10-22 Nicola TuveriDeprecate EC_GROUP_clear_free()
2019-10-18 Richard LevitteGenerate include/openssl/opensslv.h
2019-10-17 Richard LevitteEVP: add functions that return the name number
2019-10-17 Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17 Richard LevitteEVP: add missing common functionality
2019-10-16 Richard LevitteAdd EVP_PKEY_CTX_new_provided()
2019-10-16 Andreas SchnebingerFix typo and create compatibility macro
2019-10-15 Rich SalzRefactor many common flags into openssl.pod
2019-10-14 Kurt RoeckxAdd BN_check_prime()
2019-10-14 Rich SalzReplace '=for comment ifdef' with '=for openssl'
2019-10-11 Richard LevittePOD: stop abusing comment
2019-10-09 Richard Levitteutil/find-doc-nits: ignore tsget.pod name
2019-10-06 Rich SalzDeprecate NCONF_WIN32() function
2019-10-06 Rich SalzAlso mention -- flag and ignore if undocumented
2019-10-03 Rich SalzRename "private" file, doc doc changes in CHANGES
2019-10-03 Matt CaswellAdd the provider function signatures for DigestSign*
2019-10-03 Rich SalzFix errors found by new find-doc-nits
2019-10-03 Rich SalzAdd wordlist from man7.org
2019-10-02 Richard Levitteutil/find-doc-nits: more precise option and function...
2019-10-01 Rich SalzUpdate "missing documentation" function lists
2019-10-01 Rich SalzAdd '=for comment ifdef' to pod pages
2019-10-01 Rich SalzConsistent formatting of flags with args
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-28 Dr. Matthias St... Add util/fix-includes script
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-27 Dr. David von Oheimb Certificate Management Protocol (CMP, RFC 4210...
2019-09-26 Rich SalzEnsure man1 POD files start with openssl-
2019-09-25 Matt CaswellMake EVP_MD_CTX_[gettable|settable]_params() take an...
2019-09-20 Rich SalzExit non-zero if find-doc-nits finds nits
2019-09-19 Rich SalzAdd merge-err-lines script
2019-09-19 Rich SalzDeprecate XXXerr() macros
2019-09-19 Rich SalzAdd script convert XXerr to ERR_raise
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-12 Richard LevitteDeprecate ERR_get_state()
2019-09-12 Richard Levitteutil/dofile.pl, util/perl/OpenSSL/Template.pm: move...
2019-09-12 Richard LevitteModernise the ERR functionality further (new functions...
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-12 Richard Levitteutil/perl/OpenSSL/Test.pm: Disable stdout/stderr redire...
2019-09-12 Richard LevitteRework the perl fallback functionality
2019-09-11 Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-09 Matt CaswellRevise EVP_PKEY param handling
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-06 Paulilibcrypto.num entries for KDFs
2019-09-06 PauliUpdate private.num for KDFs/PRFs
2019-09-06 PauliCleanse KDF missing crypto files
2019-09-06 Matt CaswellTeach TLSProxy how to parse CertificateRequest messages
2019-09-05 Viktor DukhovniUndeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBER
2019-09-04 Rich SalzHandle the renamed command POD files in find-doc-nits
2019-09-04 Richard LevitteNew function EVP_CIPHER_free()
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-08-26 Rich SalzDo not have duplicate section heads
2019-08-18 Rich SalzUse WARNINGS heading not WARNING
2019-08-18 Rich SalzUse EXAMPLES not EXAMPLE for section title
2019-08-18 Rich SalzFix some pod-page ordering nits
2019-08-16 Rich SalzIgnore function code collisions
2019-08-15 Richard LevitteImplement EVP_MAC_do_all_ex()
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-08-15 Richard LevitteAdd missing EVP param utility functions
2019-08-12 Richard LevitteAdd OSSL_PARAM_construct_from_text() and OSSL_PARAM_all...
2019-08-12 Richard LevitteAdd OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
2019-08-06 raja-ashokAPI to get negotiated key exchange algorithm in TLS1.3
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-08-01 Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-07-31 FdaSilvaYYCAdES : lowercase name for now internal methods.
2019-07-31 Richard LevitteAvoid using ERR_put_error() directly in OpenSSL code
2019-07-31 Richard LevitteERR: Remove ERR_put_func_error() and reimplement ERR_pu...
2019-07-31 Richard LevitteERR: Implement the macros ERR_raise() and ERR_raise_dat...
2019-07-31 Richard LevitteERR: Add new building blocks for reporting errors
2019-07-26 Richard LevitteAdd functions to see if a provider is available for...
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23 Rich SalzDon't complain if function name doesn't match
2019-07-23 Richard LevitteAdd EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
2019-07-23 Richard LevitteAdd OSSL_PROVIDER_name()
2019-07-23 Richard LevitteAdd EVP_MD_provider() and EVP_CIPHER_provider()
2019-07-23 Richard LevitteRe-implement EVP_MD_name() and EVP_CIPHER_name() as...
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-07-22 Dr. Matthias St... x509: publish X509_PUBKEY_dup
2019-07-22 Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...
2019-07-19 Richard Levitteutil/find-doc-nits: fixups
2019-07-17 Rich SalzDeprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
2019-07-16 Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
2019-07-16 Matt CaswellMake the EVP Key Exchange code provider aware
2019-07-16 Rich SalzRemove function name from errors
2019-07-15 Richard Levitteutil/opensslwrap.sh: adjust to define OPENSSL_MODULES...
2019-07-15 Matt CaswellMake sure all BIGNUM operations work within the FIPS...
2019-07-02 Martin PeyloAdding Test.pm with workaround for Perl abs2rel bug
2019-07-02 Matt CaswellMake BIGNUM rand functions available within the FIPS...
2019-07-02 Antoine CœurFix Typos
next