Commit History

Author SHA1 Message Date
  Richard Levitte 695d195bbb Replumbing: make it possible for providers to specify multiple names 5 years ago
  NaveenShivanna86 e7c27a6c37 'init_buf' memory can be freed when DTLS is used over SCTP (not over UDP). 5 years ago
  Dr. Matthias St. Pierre f1d1903dd3 rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZE 5 years ago
  Matt Caswell 19cfe7847c Don't follow legacy path if ctx->pctx is set 5 years ago
  Matt Caswell 85870311fd Fix no-err 5 years ago
  Matt Caswell 14bec2c4b4 Free a fetched digest during EVP_MD_CTX_reset() not EVP_MD_free() 5 years ago
  Matt Caswell 15de965ff0 Don't call EVP_MD_CTX_reset during EVP_DigestFinal 5 years ago
  Matt Caswell 9a071fef00 Add a test for the newly added md params code 5 years ago
  Matt Caswell 5f5c3b4f27 Update EVP_MD_CTX_get_params() et al to be EVP_DigestSign*() aware 5 years ago
  Matt Caswell a0b6c1ffd0 Update documentation 5 years ago
  Matt Caswell aa64cf248f Ensure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in non-legacy code 5 years ago
  Matt Caswell 45a845e40b Add EVP_DigestSign/EVP_DigestVerify support for DSA 5 years ago
  Matt Caswell d8c98d79d1 Add the provider function signatures for DigestSign* 5 years ago
  Shane Lontis 6a41156c20 Add rc5 ciphers to default provider 5 years ago
  Fangming.Fang 0399aba7e0 Add arm64 in test matrix on TravisCI. 5 years ago
  Christian Heimes 091aab66a6 doc: EVP_DigestInit clears all flags 5 years ago
  Rich Salz 9c0586d5fc Fix errors found by new find-doc-nits 5 years ago
  Rich Salz 60a7817cac Add wordlist from man7.org 5 years ago
  Daniil Zotkin 65c76cd2c9 Do not print extensions in Certificate message for TLS1.2 and lower 5 years ago
  Shane Lontis 12fca1afd2 Fix Coverity issues 5 years ago
  Michael Osipov 648b53b88e Fix long name of some Microsoft objects 5 years ago
  Richard Levitte 8dc57d76c9 doc/man1: fix malformed options 5 years ago
  Richard Levitte 705128b0f0 util/find-doc-nits: more precise option and function name checker 5 years ago
  Rich Salz 2342f68f56 Update "missing documentation" function lists 5 years ago
  Rich Salz 1738c0ce44 Add '=for comment ifdef' to pod pages 5 years ago
  Richard Levitte 776cb8358e Make EVP_CIPHER_is_a() work with legacy cipher implementations too 5 years ago
  Richard Levitte 6ef81d388d Remove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided implementations 5 years ago
  Richard Levitte c96399e296 Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider. 5 years ago
  Richard Levitte bbecf04e78 Make manuals with TYPE conform with man-pages(7) 5 years ago
  Richard Levitte 723e9c8983 Make ASN1 manuals conform with man-pages(7) 5 years ago