1. 340fe15 CMake doesn't have an error function by David Benjamin · 1 year, 4 months ago
  2. ecb7e9ae Require C11 in MSVC too by David Benjamin · 1 year, 4 months ago
  3. 558960d Add support for the new ALPS codepoint by Victor Tan · 1 year, 7 months ago
  4. 1e3da32 Expose curves for ECDH by Maurice Lam · 1 year, 5 months ago
  5. 3aecf1d Sync pki to chromium ce4bc9571462aa298d79b591df9d997323cf5157 by Bob Beck · 1 year, 5 months ago
  6. 15b1f9c Help the compiler dedup ia32cap and armcap accesses by David Benjamin · 1 year, 5 months ago
  7. e5b6c14 Automatically call CRYPTO_library_init before C accesses by David Benjamin · 1 year, 5 months ago
  8. be84aee acvptool: create fresh variables in loops. by Adam Langley · 1 year, 5 months ago
  9. 8e7025e Sync pki to chromium 1ef93e346424a24fa27ee55a36254b6ee0f96e86 by Bob Beck · 1 year, 5 months ago
  10. fa343af Update googletest and include googlemock by David Benjamin · 1 year, 5 months ago
  11. db1e987 Return the correct value in EVP_CIPHER_CTX_iv_length after EVP_CTRL_AEAD_SET_IVLEN by Alex Gaynor · 1 year, 5 months ago
  12. f7629e1 Add X25519 bindings for bssl-crypto by Maurice Lam · 1 year, 8 months ago
  13. 37be47b Add ecdh and P256 bindings to bssl-crypto by Maurice Lam · 1 year, 8 months ago
  14. 6ca4938 Update the warnings on split handshakes and handshake hints by David Benjamin · 1 year, 5 months ago
  15. 9404a0b runner: Check that the shim HRRs echo the session ID by David Benjamin · 1 year, 5 months ago
  16. 235ee97 Reland "Build with C11 on MSVC in the standalone Bazel build" by David Benjamin · 1 year, 5 months ago
  17. 5a3eb9e Fix cargo clippy and fmt by Maurice Lam · 1 year, 5 months ago
  18. ab45f42 delocate: accept more directive expressions by Shu-Chun Weng · 1 year, 5 months ago
  19. f86dd18 Initialize libunwind cursors from the signal handler's ucontext_t by David Benjamin · 1 year, 5 months ago
  20. e3d9b69 Remove another decltype(fclose) by David Benjamin · 1 year, 5 months ago
  21. 79532af Save trampoline state in unwind tests more straightforwardly by David Benjamin · 1 year, 5 months ago
  22. 164b86d Explicitly mark saved registers with .cfi_restore by David Benjamin · 1 year, 5 months ago
  23. 85081c6 Remove undesired OPENSSL_EXPORT's in non-library code by Bob Beck · 1 year, 5 months ago
  24. 11d943a Fix RBP-based unwind in fiat assembly by David Benjamin · 1 year, 5 months ago
  25. a1403cb Remove another OPENSSL_EXPORT in an enum by Bob Beck · 1 year, 5 months ago
  26. a5e5136 Silence warn_unused_result warning on write() call by David Benjamin · 1 year, 5 months ago
  27. 792e77c Remove OPENSSL_EXPORT from enum in fillins/net_errors.h by Bob Beck · 1 year, 5 months ago
  28. a3add9e Ensure OPENSSL_EXPORT is only on the class not methods. by Bob Beck · 1 year, 5 months ago
  29. 50e3051 Add pki file lists to generated gn build files by Bob Beck · 1 year, 5 months ago
  30. c6c9c38 Add Rust bindings to AES_CTR through EVP_* cipher API's by Nabil Wadih · 1 year, 8 months ago
  31. 4325d8c Export CBS/CBB unicode functions by David Benjamin · 1 year, 5 months ago
  32. 4d79766 rename fillins/string_util.h because gn is special by Bob Beck · 1 year, 5 months ago
  33. add6ffb rename fillins/base64.c to handle gn being special by Bob Beck · 1 year, 5 months ago
  34. dc1c2f0 Also suppress OPENSSL_LINUX for nanolibc by David Benjamin · 1 year, 5 months ago
  35. 0043172 Add BN_bn2lebinpad and BN_lebin2bn by David Benjamin · 1 year, 5 months ago
  36. e4f6067 Use a callable type for ScopedFILE in settings_writer.cc by David Benjamin · 1 year, 5 months ago
  37. f896fbd Add Rust bindings to AES-GCM through the EVP_AEAD_* APIs by Nabil Wadih · 1 year, 8 months ago
  38. 5d2a41d Deduplicate the three copies of OBJ_cmp by David Benjamin · 1 year, 5 months ago
  39. 09096a9 Remove header file accidentally added to sources.cmake by Bob Beck · 1 year, 5 months ago
  40. 0500756 Sync pki to chromium d740199e083b70d13506973c6f479f0b01165a05 by Bob Beck · 1 year, 5 months ago
  41. 257bfaa Move the fuzzers into the fuzz directory and make them build. by Bob Beck · 1 year, 6 months ago
  42. 9f4cad2 Fix typo in .size directives for aesni_gcm_encrypt by David Benjamin · 1 year, 5 months ago
  43. 9f8f244 Hook in ocsp into libpki, and run the ocsp unit tests. by Bob Beck · 1 year, 5 months ago
  44. 300f221 Update pki to chromium cf9a08ff8be3a3f2d5b13693cc13ef22ab7ee618 by Bob Beck · 1 year, 5 months ago
  45. b8e012e Make a BSSL_CHECK that always aborts by Bob Beck · 1 year, 5 months ago
  46. 7991692 Add rust bindings to AES-GCM-SIV through the EVP_AEAD_* API's by Nabil Wadih · 1 year, 8 months ago
  47. ac45226 Add EVP_HPKE_KEY_move by David Benjamin · 1 year, 5 months ago
  48. cb583e7 Default to q = (p-1)/2 for DH keygen by David Benjamin · 1 year, 5 months ago
  49. 5edba0b Remove the CRYPTO_is_*_capable_at_runtime indirection by David Benjamin · 1 year, 5 months ago
  50. 7ce5d41 Select SHA-256 vs SHA-512 explicitly in perlasm by David Benjamin · 1 year, 5 months ago
  51. 39a7507 Hash-to-curve is now RFC 9380 by David Benjamin · 1 year, 5 months ago
  52. 180066d Add the rest of the new test data files to sources.cmake by Bob Beck · 1 year, 5 months ago
  53. 87c00d5 Align DH keygen with NIST's formulation when q is available by David Benjamin · 1 year, 5 months ago
  54. c3b236d add missing test file to sources.cmake by Bob Beck · 1 year, 5 months ago
  55. d85444e Consistently reject large p and large q in DH by David Benjamin · 1 year, 6 months ago
  56. 18b1b8b use <errno.h> instead of <sys/errno.h> by Bob Beck · 1 year, 5 months ago
  57. 4b040e5 Document and test DH_generate_key's weird key reuse behavior by David Benjamin · 1 year, 5 months ago
  58. 2e11917 Sync pki to chromium 8049b24a3fa617e66c5d3fc0e9322bb07c500f49 by Bob Beck · 1 year, 5 months ago
  59. dbd143c Add a basic sanity test for getentropy() if we are using it. by Bob Beck · 1 year, 6 months ago
  60. 58adb8e Add ChromeOS EC related targets by Yi Chou · 1 year, 6 months ago
  61. 8d19c85 Add rust API instability warning by Bob Beck · 1 year, 6 months ago
  62. 77d4317 Fix FFI slice usage by Maurice Lam · 1 year, 8 months ago
  63. 5d9ffb8 Remove the remaining old-style asm lists by David Benjamin · 1 year, 6 months ago
  64. 822d63c Remove the old asm lists from JSON and android-cmake output by David Benjamin · 1 year, 6 months ago
  65. e28988e Disable assembly for Android's darwin build by David Benjamin · 1 year, 6 months ago
  66. 7ae2b91 Split TLS 1.0 and 1.2 self checks. by Adam Langley · 1 year, 6 months ago
  67. 04487c4 MD5 and SHA-1 are not actually approved in the TLS KDF. by Adam Langley · 1 year, 6 months ago
  68. 6738d47 Restore OPENSSL_RAND_TRUSTY by David Benjamin · 1 year, 6 months ago
  69. 8dec463 Remove old asm source lists from Android sources.mk by David Benjamin · 1 year, 6 months ago
  70. d95b03c Trim some redundant Arm feature detection files by David Benjamin · 1 year, 6 months ago
  71. 0152f73 Stop duplicating the OPENSSL_armcap_P declaration by David Benjamin · 1 year, 6 months ago
  72. c49cb59 arm64: Implement baremetal OPENSSL_cpuid_setup by Pierre-Clément Tosi · 1 year, 10 months ago
  73. e4acd6c Switch the generated Soong (Android) build to the new asm source list by David Benjamin · 1 year, 6 months ago
  74. 2b9c622 Restore fuzz/session_corpus by David Benjamin · 1 year, 6 months ago
  75. 20a0647 Mark all of bssl::Span as constexpr by David Benjamin · 1 year, 6 months ago
  76. fb26074 Sync pki to chromium aef592bb1b83f019c8342bbc2c476758ccb6098d by Bob Beck · 1 year, 6 months ago
  77. 7cb91d2 Reflect OPENSSL_NO_SOCK and OPENSSL_NO_POSIX_IO into headers by David Benjamin · 1 year, 6 months ago
  78. 0ffd365 Use a stub fopen implementation when OPENSSL_NO_FILESYSTEM is set by David Benjamin · 1 year, 6 months ago
  79. e9f816b Link Googlers to the new porting policy doc by Bob Beck · 1 year, 6 months ago
  80. 4d70016 Make the parse_certificate_fuzzer from libpki work inside boring. by Bob Beck · 1 year, 6 months ago
  81. 441e9ad Fix the missing header issue for OPENSSL_NO_SOCK by Yi Chou · 1 year, 6 months ago
  82. f04fbf5 Mark the old sk symbols as deprecated by David Benjamin · 1 year, 6 months ago
  83. b1ff33d Temporarily restore sk_pop_free_ex by David Benjamin · 1 year, 6 months ago
  84. e8dab19 Sync pki with chrome 6d4f9e7881fe07cf46eafd3245db2c8829e312f4 by Bob Beck · 1 year, 6 months ago
  85. 9ebfc6d Add pki to generate_build_files.py by Bob Beck · 1 year, 6 months ago
  86. 6bd1e15 Silence -Wformat-truncation warning in crypto/err/err.c by David Benjamin · 1 year, 6 months ago
  87. df13691 Tidy up error handling for sockets vs fds by David Benjamin · 1 year, 6 months ago
  88. 2b5d6ba Test non-blocking socket BIOs by David Benjamin · 1 year, 6 months ago
  89. 68beac6 Unconditionally include BIO_set_fd and BIO_get_fd by David Benjamin · 1 year, 6 months ago
  90. 5ba5db1 Support Android's "baremetal" target by David Benjamin · 1 year, 6 months ago
  91. cb97488 add pki test data to sources.cmake by Bob Beck · 1 year, 6 months ago
  92. 99207eb remove duplicates that make bazel unhappy by Bob Beck · 1 year, 6 months ago
  93. 39eee12 Silence -Wformat-truncation in newer GCCs by David Benjamin · 1 year, 6 months ago
  94. bc80d92 Update RSATest.BadKey to use a plausible key size by David Benjamin · 1 year, 6 months ago
  95. 23d6e4c Replace BIO_snprintf with snprintf within the library by David Benjamin · 1 year, 6 months ago
  96. a4f8755 Fix error handling in bssl_shim socket object by David Benjamin · 1 year, 6 months ago
  97. 2a900c1 Define _DEFAULT_SOURCE for getentropy in musl by David Benjamin · 1 year, 6 months ago
  98. 1f78613 [ssci] Added Shipped field to READMEs by Anne Redulla · 1 year, 6 months ago
  99. 26ecb2a Add combined source lists to the other generators by David Benjamin · 1 year, 7 months ago
  100. d733035 Remove old style asm source lists for GN and Bazel by David Benjamin · 1 year, 7 months ago