openssl.git
2019-10-03 Richard LevitteMove all SHA digests completely to the default provider
2019-10-03 Rich SalzRename "private" file, doc doc changes in CHANGES
2019-10-03 Richard LevitteAdapt existing providers to posibly have name lists
2019-10-03 Richard LevitteReplumbing: make it possible for providers to specify...
2019-10-03 NaveenShivanna86'init_buf' memory can be freed when DTLS is used over...
2019-10-03 Dr. Matthias... rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZE
2019-10-03 Matt CaswellDon't follow legacy path if ctx->pctx is set
2019-10-03 Matt CaswellFix no-err
2019-10-03 Matt CaswellFree a fetched digest during EVP_MD_CTX_reset() not...
2019-10-03 Matt CaswellDon't call EVP_MD_CTX_reset during EVP_DigestFinal
2019-10-03 Matt CaswellAdd a test for the newly added md params code
2019-10-03 Matt CaswellUpdate EVP_MD_CTX_get_params() et al to be EVP_DigestSi...
2019-10-03 Matt CaswellUpdate documentation
2019-10-03 Matt CaswellEnsure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in...
2019-10-03 Matt CaswellAdd EVP_DigestSign/EVP_DigestVerify support for DSA
2019-10-03 Matt CaswellAdd the provider function signatures for DigestSign*
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-10-03 Fangming.FangAdd arm64 in test matrix on TravisCI.
2019-10-03 Christian Heimesdoc: EVP_DigestInit clears all flags
2019-10-03 Rich SalzFix errors found by new find-doc-nits
2019-10-03 Rich SalzAdd wordlist from man7.org
2019-10-03 Daniil ZotkinDo not print extensions in Certificate message for...
2019-10-02 Shane LontisFix Coverity issues
2019-10-02 Michael OsipovFix long name of some Microsoft objects
2019-10-02 Richard Levittedoc/man1: fix malformed options
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 Richard LevitteMake EVP_CIPHER_is_a() work with legacy cipher implemen...
2019-10-01 Richard LevitteRemove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided...
2019-10-01 Richard LevitteAdapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for...
2019-10-01 Richard LevitteMake manuals with TYPE conform with man-pages(7)
2019-10-01 Richard LevitteMake ASN1 manuals conform with man-pages(7)
2019-10-01 Rich SalzConsistent formatting of flags with args
2019-09-30 Kurt RoeckxAdd defines for __NR_getrandom for all Linux architectures
2019-09-30 Richard Levitte Make ASYNC manuals conform with man-pages(7)
2019-09-30 Matt CaswellCorrect the function names in SSL_CTX_set_stateless_coo...
2019-09-30 Paul YangFix a bundle of mischecks of return values
2019-09-30 Dr. David von... Make default values by ERR_get_error_all() and friends...
2019-09-30 Paul YangFix a return value bug in apps/speed.c
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-29 Richard LevitteMake relevant tests more sensitive to 'no-fips'
2019-09-29 Paul YangFix a document description in apps/req
2019-09-29 Paul YangFix a double free issue when signing SM2 cert
2019-09-28 Dr. Matthias... Add util/fix-includes script
2019-09-28 Dr. Matthias... Add legacy include guards to public header files
2019-09-28 Dr. Matthias... Fix header file include guard names
2019-09-28 Dr. Matthias... Reorganize public header files (part 2)
2019-09-28 Dr. Matthias... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias... Reorganize local header files
2019-09-28 Dr. Matthias... Reorganize private crypto header files
2019-09-28 Dr. Matthias... Add legacy include guard manually to opensslconf.h.in
2019-09-28 Richard LevitteFuntion name with variable part in doc/man7/ and doc...
2019-09-28 Richard LevitteMake doc/man7/ and doc/internal/man3/ conform with...
2019-09-27 Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-27 Richard LevitteOSSL_PARAM functions: change to allow the data field...
2019-09-27 Richard LevitteOSSL_PARAM.pod: document the mechanism to figure out...
2019-09-27 Dr. David von... Certificate Management Protocol (CMP, RFC 4210...
2019-09-27 PauliReformat param description lines
2019-09-27 PauliMake OSSL_PARAM descriptions uniformly formatted.
2019-09-26 Richard LevitteWhen building of modules is disabled, build the legacy...
2019-09-26 Richard LevitteConfigure, build.info: make it possible to use variable...
2019-09-26 Rich SalzEnsure man1 POD files start with openssl-
2019-09-26 Fangming.FangMissing else in cipher_hw_aes_ocb_generic_initkey
2019-09-25 PauliUse OSSL_PARAM types. Limits are explained in the...
2019-09-25 PauliUse OSSL_PARAM types. Limits are explained in the...
2019-09-25 PauliKDF section 3 clean up
2019-09-25 PauliUse OSSL_PARAM types for MAC documentation
2019-09-25 PauliUse OSSL_PARAM types for KDF documentation
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-25 Patrick Steuers390x assembly pack: cleanse only sensitive fields
2019-09-25 Patrick Steuers390x assembly pack: fix OPENSSL_s390xcap z15 cpu mask
2019-09-25 Patrick Steuers390x assembly pack: fix msa3 stfle bit detection
2019-09-25 Matt CaswellMake EVP_MD_CTX_[gettable|settable]_params() take an...
2019-09-25 PauliRemove the engine parameter from the provider MAC docum...
2019-09-25 PauliRemove the engine parameter from the individual MAC...
2019-09-25 PauliRemove engine param from EVP_KDF and EVP_MAC documentation
2019-09-25 PauliRemove engine param from the settable list
2019-09-25 PauliRemove engine param macros from wrapper APIs
2019-09-25 PauliMake the "engine" parameter to some provider algorithms...
2019-09-25 Shane LontisAdd rc4 cipher to default provider
2019-09-24 Richard LevitteDOC: fix documentation of som EVP_MD_CTX functions
2019-09-24 Rich SalzFix bugs in "info" commands flags
2019-09-24 jayaramfix for dsa key size feature request issue: pkey -text...
2019-09-24 Dmitry BelyavskiySupport printing out some otherName variants
2019-09-23 Simo SorceAdd SSKDF test vectors from RFC 8636
2019-09-23 raja-ashokUpdate new TLS version options to s_time man page
2019-09-23 raja-ashokAdd TLS version options to s_time
2019-09-23 Richard LevitteRework cipher / digest fetching for legacy nids with...
2019-09-23 Richard Levitteinclude/openssl/macros.h: better OPENSSL_FUNC fallback
2019-09-23 Shane LontisAdd des ciphers to default provider
2019-09-21 PauliNote that the mac command is preferrable to the MAC...
2019-09-21 Dr. Matthias... Configure: add missing dependency to fix parallel build...
2019-09-21 Kurt RoeckxUse the correct maximum indent
2019-09-20 Richard Levitteinclude/openssl/macros.h: Rework OPENSSL_FUNC for div...
2019-09-20 Richard LevitteRemove name string from PROV_CIPHER and PROV_DIGEST
2019-09-20 Richard LevitteRefactor SSKDF to create the MAC contexts early
2019-09-20 Richard LevitteRefactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provide...
2019-09-20 Shane LontisAdd aes_wrap cipher to providers
2019-09-20 Shane LontisFix missing bn_mul_mont symbol in solaris fips module
next