1. 811de7a Fuzz more extension parsers in the cert parser by David Benjamin · 7 months ago
  2. e89d99a Document GENERAL_NAME-related APIs by David Benjamin · 7 months ago
  3. 3e5b538 Remove unused Chromium test data by David Benjamin · 7 months ago
  4. 64a9fb1 Remove fillins/log.h by Bob Beck · 7 months ago
  5. e648990 Unexport some STACK_OF types. by David Benjamin · 7 months ago
  6. 6099ab9 Const-correct X509_TRUST and X509_PURPOSE by David Benjamin · 7 months ago
  7. 396f2ef Remove dynamic X509_TRUST and X509_PURPOSE registration by David Benjamin · 7 months ago
  8. 85e2f2c Actually remove KU_* from x509.h by David Benjamin · 7 months ago
  9. c909900 Add distrust by SPKI to TrustStoreInMemory by Hubert Chao · 7 months ago
  10. 540fcce Move KU_* back to <openssl/x509v3.h> by David Benjamin · 7 months ago
  11. 314c252 Document or unexport some more of x509.h by David Benjamin · 7 months ago
  12. c41de81 Add missing include by David Benjamin · 7 months ago
  13. 59906b3 Consistently call CRYPTO_free_ex_data first by David Benjamin · 7 months ago
  14. 33a5e94 Fix the names of some X509_STORE_CTX functions by David Benjamin · 7 months ago
  15. 51ae958 Simplify and document X509_VERIFY_PARAM inheritance by David Benjamin · 7 months ago
  16. 1fa9cc2 Add a debugging log facility to the delegate. by Bob Beck · 7 months ago
  17. 20f7eb1 Unexport X509_VERIFY_PARAM_lookup by David Benjamin · 7 months ago
  18. a9a4c6d Fix build with -Wmissing-field-initializers by David Benjamin · 7 months ago
  19. f78fe19 Remove X509_VERIFY_PARAM_get0_peername by David Benjamin · 7 months ago
  20. e6ce79a Document some key usage accessors by David Benjamin · 7 months ago
  21. 7ff31d3 Simplify and document X509_supported_extension by David Benjamin · 7 months ago
  22. 5a82702 Const-correct X509_LOOKUP_METHOD by David Benjamin · 7 months ago
  23. 15c811b Fix KYBER_decap declaration by David Benjamin · 7 months ago
  24. 2ff409e Replace X509_LOOKUP_ctrl with real functions by David Benjamin · 7 months ago
  25. 3a035dc Name the hash functions in the Kyber implementation by David Benjamin · 7 months ago
  26. 2d7adae Pull the string-based extensions APIs into their own section by David Benjamin · 7 months ago
  27. 07cd196 Always use a 32-byte shared secret for Kyber by David Benjamin · 7 months ago
  28. 46a7b4d Tidy up x509_lu.c functions a little by David Benjamin · 7 months ago
  29. 72a2bf4 Clean up the by_file_ctrl x509 code to be slightly less obtuse by Bob Beck · 7 months ago
  30. 90004f0 Use relative links in markdown files by David Benjamin · 7 months ago
  31. 58906ea Merge <openssl/x509v3.h> into <openssl/x509.h> by David Benjamin · 7 months ago
  32. 861cb31 Merge crypto/x509v3 into crypto/x509 by David Benjamin · 7 months ago
  33. 9d47967 Simplify X509_VERIFY_PARAM_new and X509_VERIFY_PARAM_free by David Benjamin · 7 months ago
  34. 790f96b Remove X509_VERIFY_PARAM names by David Benjamin · 7 months ago
  35. 4b9dd97 Add a value barrier in p224_select_point by David Benjamin · 7 months ago
  36. 70ca6bc Add CRYPTO_{addc,subc}_* functions to crypto/internal.h by David Benjamin · 7 months ago
  37. 251ee0b Implement the old FIPS 186-2 PRF by David Benjamin · 7 months ago
  38. 2ba7634 Document some X509_VERIFY_PARAM and X509_STORE functions by David Benjamin · 7 months ago
  39. 998f511 Remove a pile of unused X509_STORE callbacks by David Benjamin · 7 months ago
  40. c7b6103 add checkout command to BUILDING.md by Hubert Chao · 7 months ago
  41. 38c4bf1 Move X509_INFO back into x509.h and document by David Benjamin · 7 months ago
  42. 2139aba Give BIO an ex_data by David Benjamin · 7 months ago
  43. 3cd30cc Remove fillins/openssl_util by Bob Beck · 7 months ago
  44. df67e20 Remove unused fields in X509_LOOKUP and X509_LOOKUP_METHOD by David Benjamin · 7 months ago
  45. 09febb3 Fix some docs.go nits by David Benjamin · 7 months ago
  46. d9b81bb Unexport various unused X509_OBJECT and X509_LOOKUP functions. by David Benjamin · 7 months ago
  47. c2b7df5 Add X509_OBJECT_new and X509_OBJECT_free by David Benjamin · 7 months ago
  48. 1685bd1 Fix leak if X509_STORE_CTX_init is called on a previously initialized context by David Benjamin · 7 months ago
  49. b3d1666 Remove fillins/path_service by Bob Beck · 7 months ago
  50. 68d6ce3 Remove fillins/fillins_base64 by Bob Beck · 7 months ago
  51. d11c31c Remove fillins/file_util by Bob Beck · 7 months ago
  52. 4102470 Remove fillins/fillins_string_util.[cc|h] by Bob Beck · 7 months ago
  53. 698aa89 Remove X509_STORE_CTX_zero by David Benjamin · 7 months ago
  54. 439ce28 Update README.md by Bob Beck · 7 months ago
  55. 71fb2a4 Remove IMPORT and related importing tools by Bob Beck · 7 months ago
  56. 6beabf3 Use InsertBraces - and reformat pki as such by Bob Beck · 7 months ago
  57. 5c7a2a0 Clang-format all of pki. by Bob Beck · 7 months ago
  58. fcd464c Trim X509_INFO and move to crypto/pem by David Benjamin · 8 months ago
  59. 5bef6ec Document ASN1_ITEM-based signing, etc. APIs by David Benjamin · 8 months ago
  60. 1a7233d Unexport some ASN1_ITEMs that aren't used externally by David Benjamin · 8 months ago
  61. a697bcb Document X509_NAME comparison functions by David Benjamin · 8 months ago
  62. 2a63b90 Document PKCS8_PRIV_KEY_INFO and X509_SIG by David Benjamin · 8 months ago
  63. 4e40035 Document X509_PUBKEY functions by David Benjamin · 8 months ago
  64. 3bfb4ea Remove pki/fillins/net_errors.h by David Benjamin · 7 months ago
  65. aa533e0 Remove the _BORINGSSL_LIBPKI_ defines by David Benjamin · 7 months ago
  66. a4851dd Remove no longer reachable CRL path validation code by David Benjamin · 8 months ago
  67. ae40ad9 Remove support for the certificateIssuer CRL entry extension by David Benjamin · 8 months ago
  68. 33d6e81 Use the ASN1_BOOLEAN typedef in ISSUING_DIST_POINT by David Benjamin · 8 months ago
  69. d53bbba Unexport the idp_flags constants by David Benjamin · 8 months ago
  70. 54eaf6b Remove some remnants of indirect CRLs in CRL matching by David Benjamin · 8 months ago
  71. 9bed373 Remove the delta CRL special case on expiry by David Benjamin · 8 months ago
  72. 8cae3d0 Remove the now no-op CRL reasons loop by David Benjamin · 8 months ago
  73. 580c041 Don't process DistributionPoints with a reasons field by David Benjamin · 8 months ago
  74. 39cc892 Remove the redundant idp_reasons field by David Benjamin · 8 months ago
  75. 9177d65 Remove removedFromCRL handling by David Benjamin · 8 months ago
  76. d9a58a1 Remove dcrl output parameter in CRL lookup logic by David Benjamin · 8 months ago
  77. 0c44813 Don't parse delta CRL and CRL number extensions by David Benjamin · 8 months ago
  78. 3e28180 Remove EXFLAG_FRESHEST by David Benjamin · 8 months ago
  79. f861499 Remove delta and extended CRL support by David Benjamin · 8 months ago
  80. 1b7fdbd Manually unroll pi and rho steps in Keccak by David Benjamin · 7 months ago
  81. 261fe43 Don't prematurely run keccak_f in squeeze by David Benjamin · 7 months ago
  82. 827c7dd Remove X509_CRL_diff by David Benjamin · 8 months ago
  83. 5d1c612 Expand and document RSA_PSS_PARAMS functions by David Benjamin · 8 months ago
  84. dd8ffe1 Document X509_REVOKED-related functions by David Benjamin · 8 months ago
  85. 240b73a Const-correct and document trust/reject object APIs by David Benjamin · 8 months ago
  86. c5a9941 Limit the SHA_CTX workaround to C by David Benjamin · 7 months ago
  87. ad57528 Simplify AES-GCM counter increment by David Benjamin · 8 months ago
  88. a126322 Remove unnecessary length check before OPENSSL_memcpy by David Benjamin · 8 months ago
  89. 361647e Test EVP_CTRL_AEAD_SET_IV_FIXED and friends by David Benjamin · 8 months ago
  90. 0bb026e Tighten the limit in ASN1_STRING_set further by David Benjamin · 9 months ago
  91. 478b28a Fix delocate build rules with make by David Benjamin · 8 months ago
  92. f714cb2 Add basic C implementation of SPHINCS+-SHA2-128s. by Stefan Koelbl · 1 year ago
  93. d2a2913 Update Go dependencies by David Benjamin · 8 months ago
  94. 2a33fae do not call memcpy directly in curve25519_64_adx.h by Andres Erbsen · 8 months ago
  95. a96e737 Skip ForkDetect tests on iOS by David Benjamin · 8 months ago
  96. 3309ca6 Add ALPS codepoint supports for split handshake by Victor Tan · 9 months ago
  97. c4b1738 Add missing include for waitpid by David Benjamin · 8 months ago
  98. ec87e1a Add a note about the list in target.h by Adam Langley · 8 months ago
  99. 672813c Teach delocate about a new directive that Clang is using. by Adam Langley · 8 months ago
  100. c38dc29 Make the pki private headers available to gn by Bob Beck · 8 months ago