1. fc1f521 Align CRYPTO_get_ex_new_index with the public API's calling convention by David Benjamin · 3 months ago
  2. f4ac688 Make bssl_shim's setup logic infallible by David Benjamin · 3 months ago
  3. ad91495 Slightly simplify ssl_x509.cc by David Benjamin · 3 months ago
  4. c9a9d8d Forbid RSA delegated credentials by David Benjamin · 3 months ago
  5. efad2bf Fix delegated credential signature algorithm handling by David Benjamin · 3 months ago
  6. 9f376b0 Make DelegatedCredentials-KeyMismatch test less confusing by David Benjamin · 3 months ago
  7. 8037383 Use slices.Contains in ssl/test/runner by David Benjamin · 3 months ago
  8. 88a537f Fold ssl_add_cert_chain into its caller by David Benjamin · 3 months ago
  9. e3af771 runner: Remove the ability to configure multiple certificates by David Benjamin · 3 months ago
  10. 1e8461c runner: Use go:embed by David Benjamin · 3 months ago
  11. df3b58e Generate certs on the fly in runner, pass trusted cert to shim by Roland Shoemaker · 9 months ago
  12. a9a3ca4 Make pki_sources available to Soong by Chidera Olibie · 3 months ago
  13. 5bed5b9 Finish documenting x509.h by David Benjamin · 3 months ago
  14. 5733ada Add safety coments to bssl-sys by David Benjamin · 3 months ago
  15. 89134da Test X509_verify_cert with CAs that share a name by David Benjamin · 3 months ago
  16. db614a5 Document the remaining struct types in x509.h by David Benjamin · 3 months ago
  17. 4066ebc Expand and document the remaining DECLARE_ASN1_* macros by David Benjamin · 3 months ago
  18. 7f151ca Unexport i2d, d2i, and ASN1_ITEM for X.509 interior types by David Benjamin · 3 months ago
  19. ae1c1a4 Document filesystem-based X509_STORE APIs by David Benjamin · 5 months ago
  20. 9d7535f Document APIs relating to built-in and custom extensions by David Benjamin · 5 months ago
  21. a6e2be4 Add tests for what happens when no certificate is configured by David Benjamin · 3 months ago
  22. ec2a08d Introduce a test helper for asserting on the error by David Benjamin · 3 months ago
  23. 85c5d96 Make an include/openssl/experimental. Move kyber to it for now. by Bob Beck · 3 months ago
  24. 5d88014 Deprecate and simplify SSL_CTX_check_private_key by David Benjamin · 3 months ago
  25. bca5875 Use a more fine-grained lock in by_dir.c by David Benjamin · 4 months ago
  26. d4faa8d Remove unnecessary stat calls from by_dir.c by David Benjamin · 4 months ago
  27. 6db6604 Use std::copy instead of OPENSSL_memcpy for the internal bssl::Array::CopyFrom by David Benjamin · 3 months ago
  28. cadebfd Consistently open files in binary mode on Windows by David Benjamin · 4 months ago
  29. ab4037e Add some tests for X509_LOOKUP_hash_dir by David Benjamin · 4 months ago
  30. 0ff377a Add some utilities for testing temporary files by David Benjamin · 4 months ago
  31. c06c4d5 Remove redundant piece of DC state by David Benjamin · 3 months ago
  32. 4fe29eb Test an unusual split between context and connection configuration by David Benjamin · 3 months ago
  33. 9a4e109 Remove redundant bssl_sys import by Zequan Wu · 3 months ago
  34. 281053e Remove some impossible null checks by David Benjamin · 3 months ago
  35. 1bd6e92 Remove some indirection in SSL_certs_clear by David Benjamin · 3 months ago
  36. fbf10f0 Make an internal RefCounted base class for libssl by David Benjamin · 3 months ago
  37. e447127 Const-correct the 'kstr' parameter of PEM functions by David Benjamin · 5 months ago
  38. 3250cf2 Implement Hybrid Public Key Encryption in Rust. by Cindy Lin · 4 months ago
  39. 7101b14 Use BIO_TYPE_* constants for flags by David Benjamin · 3 months ago
  40. 469118c Move capability checks in sha256-586.pl to C by David Benjamin · 4 months ago
  41. 90f0f05 Integrate TLS 1.2 sigalg and cipher suite selection by David Benjamin · 3 months ago
  42. 3f119b7 Remove old "check for P4" in sha256-586.pl by David Benjamin · 4 months ago
  43. e273d1d Document some miscellaneous x509.h functions by David Benjamin · 4 months ago
  44. 1168884 Move capability checks in sha1-586.pl to C by David Benjamin · 4 months ago
  45. 70054a3 Write down the bounds for the sha*_block_data_order functions by David Benjamin · 4 months ago
  46. 6d0caa1 Move capability checks in chacha-x86.pl to C by David Benjamin · 4 months ago
  47. 20c93ab Remove OPENSSL_IA32_SSE2 checks in x86 perlasm by David Benjamin · 4 months ago
  48. 48b0edf Update delegated credentials to the final RFC by David Benjamin · 3 months ago
  49. da3b372 Don't report libpki headers as part of libcrypto by David Benjamin · 3 months ago
  50. 99e8c6e Add a no-op OPENSSL_INIT_NO_ATEXIT by David Benjamin · 3 months ago
  51. 23824fa bssl-crypto: remove unused code. by Adam Langley · 3 months ago chromium-stable
  52. ea003bd Add x509.h to doc.config by David Benjamin · 4 months ago
  53. 46ff4f7 Unexport DIST_POINT_set_dpname by David Benjamin · 5 months ago
  54. c528061 Allow a C++ runtime dependency in libssl by David Benjamin · 3 months ago
  55. 0568c2c Rewrite the warning about X509_AUX by David Benjamin · 5 months ago
  56. 2a5db68 Remove pki/tag.h by David Benjamin · 4 months ago
  57. d7f5e18 Work around bindgen bug around constants by David Benjamin · 3 months ago
  58. 9c20a89 Guard C++ headers. by Adam Langley · 3 months ago
  59. 22c5477 Include verify_unittest files in PKI_TEST_DATA by Adam Langley · 3 months ago
  60. cb47fdc Switch to bindgen's static inline support by David Benjamin · 3 months ago
  61. a028a23 Document X509_V_FLAG_* by David Benjamin · 5 months ago
  62. 8e6a26d Merge X509_PURPOSE/X509_TRUST IDs and indices by David Benjamin · 5 months ago
  63. 1b08502 Unexport most of X509_TRUST and X509_PURPOSE and simplify by David Benjamin · 5 months ago
  64. 5a1a5fb Remove X509_TRUST_DEFAULT by David Benjamin · 5 months ago
  65. ba5eb62 Add X509_STORE_get1_objects by David Benjamin · 4 months ago
  66. 38d17d3 Mark ASN1_STRFLAGS_* and XN_FLAG_* with the right type by David Benjamin · 3 months ago
  67. 8049f26 Remove unused include in now public header by David Benjamin · 3 months ago
  68. 48b8146 Move signature_verify_cache.h to openssl/pki as public api by Bob Beck · 5 months ago
  69. 58a318e Make ContainsError look only for Errors, not Warnings. by Bob Beck · 3 months ago
  70. 80b08df Don't assume that Fiat assembly is available on Windows. by Adam Langley · 3 months ago
  71. b1d34cb Add public API for a certificate. by Bob Beck · 6 months ago
  72. 324db64 Allow the delegate to indicate it wishes to accept PreCertificates by Bob Beck · 4 months ago
  73. c39e6cd Use uint64_t for num_read and num_write in BIO by David Benjamin · 3 months ago
  74. 71c5896 Add functions to convert from Span<const uint8> and std::string_view by David Benjamin · 4 months ago
  75. 10605c0 Minor formatting fixes by David Benjamin · 3 months ago
  76. 5dd15f3 Expose OPENSSL_timegm in posix_time.h by Bob Beck · 3 months ago
  77. fbb4133 Add SSL_get0_chain method by Gabriel Redner · 3 months ago
  78. 8ff5add Tighten up the warning about RSAES-PKCS1-v1_5 by David Benjamin · 3 months ago
  79. 34b51fa Avoid conversion overflow from struct tm. by Bob Beck · 4 months ago
  80. 79123ca Ensure additions in this call can't overflow. by Bob Beck · 4 months ago
  81. 10a2132 Create a new NameConstraints constructor that takes in an already constructed GeneralNames object for permitted names. by Hubert Chao · 4 months ago
  82. 608becc Fix strict aliasing issues with DES_cblock by David Benjamin · 4 months ago
  83. 56d3ad9 Require SSE2 when targetting 32-bit x86 by David Benjamin · 4 months ago
  84. 6855f30 Remove unused files from pki by David Benjamin · 4 months ago
  85. 01ea563 Move NEON dispatch in bn_mul_mont to C by David Benjamin · 4 months ago
  86. 15a76eb Rewrite bn_big_endian_to_words to avoid a GCC false positive by David Benjamin · 4 months ago
  87. f58aa24 Enable SSE2 intrinsics on MSVC by David Benjamin · 4 months ago
  88. db7308d Rename <openssl/time.h> to <openssl/posix_time.h> by Bob Beck · 4 months ago
  89. 625f68b Tweak generate_build_files.py output to pass gn's formatter by David Benjamin · 4 months ago
  90. 8378dad Remove remnants of the old Android CMake toolchain by David Benjamin · 4 months ago
  91. 4a8653a bn: Move ia32cap_P references from x86_64-mont.pl to C. by Brian Smith · 5 months ago
  92. 2cb3000 Stop generating unused assembly for 32-bit iOS by David Benjamin · 4 months ago
  93. 97dc336 Fix SHA ABI tests by David Benjamin · 4 months ago
  94. 12316ab sha: Move Armv7 dispatching to C (reland) by David Benjamin · 5 months ago
  95. 7cb8df5 bn: Move x86-64 argument-based dispatching of bn_mul_mont to C. by Brian Smith · 5 months ago
  96. 48dce6d Import upstream's tests for DES_ede3_cfb_encrypt by David Benjamin · 4 months ago
  97. cba7adc Move single-use macros from internal.h to des.c by David Benjamin · 4 months ago
  98. 7f45053 Unexport uint32_t-based DES APIs by David Benjamin · 4 months ago
  99. 89d18c7 Import upstream tests for CVE-2024-0727 by David Benjamin · 4 months ago
  100. 77ee4e4 aes gcm: Remove Atom Silvermont optimizations. by Brian Smith · 5 months ago