1. 0ce8271 X509{,_LOOKUP}: Improve distinction between not found and fatal/internal error by Dr. David von Oheimb · 2 years, 11 months ago
  2. 03eccd2 Add documentation of BN_mod_sqrt() by Tomas Mraz · 3 years, 1 month ago
  3. 7b75b97 Document purpose and trust setting functions by Matt Caswell · 3 years, 2 months ago
  4. 4db1df8 DOC: Add a few previously documented functions by Richard Levitte · 3 years, 4 months ago
  5. 599429e Add documentation for the newly added OBJ up calls by Matt Caswell · 3 years, 10 months ago
  6. 3d9d1ce Add documentation for newly added ASN1 functions by Matt Caswell · 3 years, 10 months ago
  7. ed576ac Rename all getters to use get/get0 in name by Tomas Mraz · 3 years, 10 months ago
  8. 169eca6 Enhance the encoder/decoder tests to allow testing with a non-default library context and configurable providers by Jon Spillett · 3 years, 10 months ago
  9. 7f9537d Document Settable EVP_CIPHER_CTX parameter "use-bits" by Shane Lontis · 3 years, 10 months ago
  10. d2f8249 Cleanup the missing*.txt files by Matt Caswell · 3 years, 11 months ago
  11. d6bf19a X509_STORE_CTX_get1_issuer(): Simplify code, reducing risk of failure by Dr. David von Oheimb · 3 years, 11 months ago
  12. f2ceefc Add doc for ERR_clear_last_mark(). by Shane Lontis · 3 years, 11 months ago
  13. 8f96590 HTTP client: Minimal changes that include the improved API by Dr. David von Oheimb · 3 years, 11 months ago
  14. 08a337f Remove all trace of FIPS_mode functions by Rich Salz · 4 years ago
  15. b536880 Add library context and property query support into the PKCS12 API by Jon Spillett · 4 years ago
  16. 67ea4be OPENSSL_sk functions are effectively already documented by Tomas Mraz · 4 years ago
  17. c781eb1 Dual 1024-bit exponentiation optimization for Intel IceLake CPU by Andrey Matyukov · 4 years ago
  18. 896dcda Non-const accessor to legacy keys by Dmitry Belyavskiy · 4 years, 1 month ago
  19. 7932982 OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components by Dr. David von Oheimb · 4 years, 1 month ago
  20. 7e1d7fe Document OPENSSL_LH_flush() by Matt Caswell · 4 years, 1 month ago
  21. 99c166a Add docs for ASN1_item_sign and ASN1_item_verify functions by Shane Lontis · 4 years, 2 months ago
  22. 83b6dc8 Deprecate OCSP_xxx API for OSSL_HTTP_xxx by Rich Salz · 4 years, 2 months ago
  23. 41e597a Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed cert by Dr. David von Oheimb · 4 years, 3 months ago
  24. 1579594 APPS: Allow OPENSSL_CONF to be empty, not loading a config file by Dr. David von Oheimb · 4 years, 3 months ago
  25. bf973d0 Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1 by Dr. David von Oheimb · 4 years, 3 months ago
  26. 2f06c34 Document OCSP_REQ_CTX_i2d. by Rich Salz · 4 years, 4 months ago
  27. 68e9125 DOCS: Improve documentation of the EVP_PKEY type by Richard Levitte · 4 years, 4 months ago
  28. 88bddad EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkey by Richard Levitte · 4 years, 4 months ago
  29. f5a46ed Modify the ERR init functions to use the internal ERR string loaders by Richard Levitte · 4 years, 4 months ago
  30. e557d46 Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEY by Shane Lontis · 4 years, 5 months ago
  31. 85209c0 Remove EVP_aes_(128|192|256)_siv functions by Pauli · 4 years, 5 months ago
  32. 3795b2a Document EVP_PKEY_set1_encoded_public_key() by Matt Caswell · 4 years, 5 months ago
  33. 746f367 Fix some things the rename script didn't quite get right by Matt Caswell · 4 years, 6 months ago
  34. 16feca7 STORE: Move the built-in 'file:' loader to become an engine module by Richard Levitte · 4 years, 7 months ago
  35. ece9304 Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE by Richard Levitte · 4 years, 7 months ago
  36. ded346f Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt by Dr. David von Oheimb · 4 years, 7 months ago
  37. c76ffc7 Document EVP_CIPHER_CTX IV accessors by Benjamin Kaduk · 4 years, 8 months ago
  38. dda4e25 Add some of the missing CMS API documentation by Shane Lontis · 4 years, 8 months ago
  39. 28ba642 Change CMS tests to use a library context. by Shane Lontis · 4 years, 8 months ago
  40. c3e4c1f DESERIALIZER: Add foundation for deserializers by Richard Levitte · 4 years, 8 months ago
  41. 3fd1630 Missing documentation missing, let's note that down by Richard Levitte · 4 years, 9 months ago
  42. 329b2a2 DOCS: add openssl-core_numbers.h(7) by Richard Levitte · 4 years, 10 months ago
  43. d9321c0 Fix small documentation issues by Nikolay Morozov · 4 years, 11 months ago
  44. c4e3a72 Add documentation for ASN1_INTEGER_new() and ASN1_INTEGER_free() by Nikolay Morozov · 4 years, 11 months ago
  45. 2b5e12f Add documentation for CMS_EnvelopedData_create() by Jakub Zelenka · 5 years ago
  46. 33df1cf DOC: Refactor provider-keymgmt(7) to give the keytypes their own pages by Richard Levitte · 5 years ago
  47. 137b274 Document the new libctx aware private key functions by Matt Caswell · 5 years ago
  48. e32e00a Initialize files that declare internal symbols by Richard Levitte · 5 years ago
  49. eacd30a Add manpage entry for X509_check_purpose() by Jake Maynard · 5 years ago
  50. c2041da EVP & TLS: Add necessary EC_KEY data extraction functions, and use them by Richard Levitte · 5 years ago
  51. 1d39620 PROV: Add the beginning of a DER writing library by Richard Levitte · 5 years ago
  52. afe554c Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests by Dr. David von Oheimb · 5 years ago
  53. 4c106e2 Document various SRP related APIs by Matt Caswell · 5 years ago
  54. 8243d8d EVP: Add EVP_PKEY_set_type_by_keymgmt() and use it by Richard Levitte · 5 years ago
  55. 7e765f4 Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests by Dr. David von Oheimb · 5 years ago
  56. 22e2797 Add support for passing the libctx to the config loader by Shane Lontis · 5 years ago
  57. 2f3a709 DOCS: Add missing documentation in util/missingcrypto.txt by Richard Levitte · 5 years ago
  58. 3489007 Documenting newly added CMS modification by Dmitry Belyavskiy · 5 years ago
  59. 6103f39 x509v3 subjectSignTool extention support by Nikolay Morozov · 5 years ago
  60. 4e46a7a DOC: Add documentation related to X509_LOOKUPs by Richard Levitte · 5 years ago
  61. fcc25be add internal doc files actually belonging to CMP contribution chunk 6 by Dr. David von Oheimb · 5 years ago
  62. 29f178b Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c by Dr. David von Oheimb · 5 years ago
  63. bd2ff9e Temporariy add ASN1_item_verify_ctx() missingcrypto.txt by Matt Caswell · 5 years ago
  64. ee6e6a4 Don't ignore ASN1 when checking for undocumented symbols by Matt Caswell · 5 years ago
  65. d80bf69 New functions for PKCS8 attributes management - documentation by Dmitry Belyavskiy · 5 years ago
  66. 2eb875c Re-remove TS_VERIFY_CTX_set_certs entry from missingcrypto.txt by Shane Lontis · 5 years ago
  67. fadb57e Fix some missing doc links. by Rich Salz · 5 years ago
  68. 6942a0d DOC: New file for EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits() by Richard Levitte · 5 years ago
  69. 9372ddf Add doc for TS_VERIFY_CTX_set_certs() by Paul Yang · 5 years ago
  70. b2b9092 Removed now documented stuff from util/missing*.txt by Richard Levitte · 5 years ago
  71. ccfce83 Adjust all util/missing*.txt to include the section number by Richard Levitte · 5 years ago
  72. 20c09f0 Fix docs for CRYPTO_secure_allocated by Rich Salz · 5 years ago
  73. 866234a SERIALIZER: add support for serializing EVP_PKEYs by Richard Levitte · 5 years ago
  74. f3d0c92 Delete recently documented functions from missingcrypto by Tomas Mraz · 5 years ago
  75. 905b097 Deprecate ERR_load_KDF_strings() by Richard Levitte · 5 years ago
  76. 1af26e5 Fix typo and create compatibility macro by Andreas Schnebinger · 5 years ago
  77. 2342f68 Update "missing documentation" function lists by Rich Salz · 6 years ago
  78. a308acb Cleanse KDF missing crypto files by Pauli · 6 years ago
  79. 8c00f26 CAdES : lowercase name for now internal methods. by FdaSilvaYY · 6 years ago
  80. b66a481 Remove DES_check_key global by Rich Salz · 6 years ago
  81. 0da1d43 Document EVP_CIPHER_up_ref() by Matt Caswell · 6 years ago
  82. 70c35fd Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_ref by Matt Caswell · 6 years ago
  83. 42738cd Add documentation for EVP_CIPHER_fetch by Matt Caswell · 6 years ago
  84. 0ccff7a Add documentation for CRYPTO_memcmp. by Pauli · 6 years ago
  85. 32ee452 Remove OPENSSL_memcmp. by Pauli · 6 years ago
  86. b528353 Make find-doc-nits check for newly added undocumented symbols by Matt Caswell · 6 years ago