1. 3cd8196 Mark all curve25519 tables const. by David Benjamin · 9 years ago
  2. 7a17ba2 Add |FIPS_mode|, which returns zero. by Adam Langley · 9 years ago
  3. 708db16 Pass |alice_msg| by reference in the SPAKE2 speed test. by Adam Langley · 9 years ago
  4. f27459e Add SPAKE2 over Ed25519. by Arnar Birgisson · 9 years ago
  5. e4f3f4d Add test that A+A = 2×A on elliptic curves. by Adam Langley · 9 years ago
  6. 060bd59 ec/asm/p256-x86_64-asm.pl: get corner case logic right. by Adam Langley · 9 years ago
  7. 7aea80f Adding missing BN_CTX_start/BN_CTX_end in ec_key by Steven Valdez · 9 years ago
  8. df2a556 bn/asm/x86_64-mont5.pl: unify gather procedure in hardly used path and reorganize/harmonize post-conditions. by Adam Langley · 9 years ago
  9. b360eaf crypto/bn/x86_64-mont5.pl: constant-time gather procedure. by Adam Langley · 9 years ago
  10. 1168fc7 bn/asm/rsaz-avx2.pl: constant-time gather procedure. by Adam Langley · 9 years ago
  11. 842a06c bn/asm/rsax-x86_64.pl: constant-time gather procedure. by Adam Langley · 9 years ago
  12. 82bdaa8 Make copy_from_prebuf constant time. by Adam Langley · 9 years ago
  13. aeb69a0 Pass pure constants verbatim in perlasm/x86_64-xlate.pl by Steven Valdez · 9 years ago
  14. 2c198fa Enforce that d2i_PrivateKey returns a key of the specified type. by David Benjamin · 9 years ago
  15. 886119b Disable ChaCha20 assembly for OPENSSL_X86. by David Benjamin · 9 years ago
  16. f132d4e Test AEAD interface with aliased buffers. by Adam Langley · 9 years ago
  17. 42c8c63 Fix build. by David Benjamin · 9 years ago
  18. d7305d5 Add missing initialization in bn/exponentiation by Steven Valdez · 9 years ago
  19. 318c076 modes/ctr.c: Ensure ecount_buf alignment in CRYPTO_ctr128_encrypt. by Steven Valdez · 9 years ago
  20. df1dc98 Add a few more large tag tests to asn1_test. by David Benjamin · 9 years ago
  21. fb2c6f8 ASN1_get_object should not accept large universal tags. by David Benjamin · 9 years ago
  22. 7e8ed44 Fix possible memory leak on BUF_MEM_grow_clean failure by Adam Langley · 9 years ago
  23. a14934f Handle shutdown during init/handshake earlier by Steven Valdez · 9 years ago
  24. c4eec0c Fix encoding bug in i2c_ASN1_INTEGER by Adam Langley · 9 years ago
  25. b944882 Reduce maximum RSA public exponent size to 33 bits. by Brian Smith · 9 years ago
  26. f4e447c Move ASN1_bn_print to a static function in evp/print.c. by David Benjamin · 9 years ago
  27. 63d9246 Reset crypto/evp error codes. by David Benjamin · 9 years ago
  28. 921d906 Reimplement d2i_PrivateKey. by David Benjamin · 9 years ago
  29. 6d3387d Reimplement d2i_AutoPrivateKey with the new ASN.1 stack. by David Benjamin · 9 years ago
  30. 8ebc0f5 Decouple the EVP and PEM code. by David Benjamin · 9 years ago
  31. 3f4f7ee PEM_write_bio_PrivateKey is always PKCS#8. by David Benjamin · 9 years ago
  32. 8c07ad3 Pull EVP_PKEY print hooks out of the main method table. by David Benjamin · 9 years ago
  33. 17727c6 Move all signature algorithm code to crypto/x509. by David Benjamin · 9 years ago
  34. 93a69b4 Move X.509 signature algorithm tests to the crypto/x509 layer. by David Benjamin · 9 years ago
  35. da295d3 Drop the DSA signature printing hook. by David Benjamin · 9 years ago
  36. 136df6b Fix implementation-specific behavior in gcm_test.c by Aaron Green · 9 years ago
  37. 95a79ee Add a stub for SSL_get_shared_ciphers(). by Emily Stark · 9 years ago
  38. 6f0c4db Enable upstream's Poly1305 code. by David Benjamin · 9 years ago
  39. a211aee Add SSL_CIPHER_has_SHA256_HMAC. by David Benjamin · 9 years ago
  40. e593fed Rename opensslfeatures.h to opensslconf.h. by David Benjamin · 9 years ago
  41. a473e55 Add BIO_do_connect. by David Benjamin · 9 years ago
  42. b4e3e69 Use correct counter after invoking stitched AES-NI GCM code. by Brian Smith · 9 years ago
  43. 6234a7f Switch poly1305-armv4.pl to named constants. by David Benjamin · 9 years ago
  44. f28caea Check in pristine copies of upstream's poly1305 assembly. by David Benjamin · 9 years ago
  45. 8ccc3c3 Test poly1305 more aggressively. by David Benjamin · 9 years ago
  46. 3f81b60 Fix missing ok=0 with cert verification. by Steven Valdez · 9 years ago
  47. 06c5fb4 Revert "Fix missing ok=0 with cert verification." by David Benjamin · 9 years ago
  48. fd26b7a If no comparison function is set, sk_sort is a NOP by Steven Valdez · 9 years ago
  49. b057688 Fix missing ok=0 with cert verification. by Steven Valdez · 9 years ago
  50. e42da0e Fix bssl rand -hex. by David Benjamin · 9 years ago
  51. cd8d176 Move |bn_div_words| to crypto/bn/div.c and make it static. by Brian Smith · 9 years ago
  52. d1425f6 Simplify division-with-remainder calculations in crypto/bn/div.c. by Brian Smith · 9 years ago
  53. 76c6381 Return 0 on error in |EC_POINT_is_on_curve| instead of -1. by Brian Smith · 9 years ago
  54. 0bc2349 Remove unused |ccm128_context| in crypto/modes/internal.h. by Brian Smith · 9 years ago
  55. d8eea14 BIO_new_mem_buf should take const void * by Steven Valdez · 9 years ago
  56. a5ee83f Test different chunk sizes in cipher_test. by Adam Langley · 9 years ago
  57. 5ec72de Add missing EC NULL Check by Steven Valdez · 9 years ago
  58. b9824e2 Handle SSL_shutdown while in init more appropriately by Steven Valdez · 9 years ago
  59. e52d22d Empty SNI names are not valid by Steven Valdez · 9 years ago
  60. e412bbd Fix wildcard match on punycode/IDNA DNS names by Steven Valdez · 9 years ago
  61. 8500390 Remove CRYPTO_set_NEON_functional. by David Benjamin · 9 years ago
  62. 030d085 ymm registers are not suffixed with w. by David Benjamin · 9 years ago
  63. a3d9528 Unify AEAD and EVP code paths for AES-GCM. by Brian Smith · 9 years ago
  64. 3dbecdf Append to CMAKE_ASM_FLAGS rather than replace it. by David Benjamin · 9 years ago
  65. 65f83b6 Set --noexecstack for assembly files in the standalone build. by David Benjamin · 9 years ago
  66. 35be688 Enable upstream's ChaCha20 assembly for x86 and ARM (32- and 64-bit). by David Benjamin · 9 years ago
  67. 0182ecd Consistently use named constants in ARM assembly files. by David Benjamin · 9 years ago
  68. 2959600 Fix chacha-armv4.pl. by David Benjamin · 9 years ago
  69. ea4d686 Check in pristine copies of OpenSSL's chacha-{arm*,x86}.pl. by David Benjamin · 9 years ago
  70. b104517 Add some bug references to the LICENSE file. by Adam Langley · 9 years ago
  71. 65dcfc7 Remove CP_UTF8 code for Windows filenames. by Adam Langley · 9 years ago
  72. 6d49157 Restore |xmm7| correctly on Win64 in aesni-gcm-x86_64. by Brian Smith · 9 years ago
  73. e976e43 Don't read uninitialised data for short session IDs. by Adam Langley · 9 years ago
  74. f48fcaf Have fuzz/cert.cc also call X509_get_pubkey. by David Benjamin · 9 years ago
  75. de94238 Fix SSL_get_{read,write}_sequence. by David Benjamin · 9 years ago
  76. d3a4995 Add missing " in comment. by David Benjamin · 9 years ago
  77. f4ef9b5 otherPrimeInfos is not optional in version 1 RSAPrivateKeys. by David Benjamin · 9 years ago
  78. 9cd7fbd Remove support for blocks in file_test.h. by David Benjamin · 9 years ago
  79. e30a09e Implement new PKCS#8 parsers. by David Benjamin · 9 years ago
  80. 440f103 Remove support for mis-encoded PKCS#8 DSA keys. by David Benjamin · 9 years ago
  81. 239a0ab Slightly simplify and deprecate i2d_{Public,Private}Key. by David Benjamin · 9 years ago
  82. 32fdc51 Remove param_decode and param_encode EVP_PKEY hooks. by David Benjamin · 9 years ago
  83. 68772b3 Implement new SPKI parsers. by David Benjamin · 9 years ago
  84. 2dc469e Remove dead header file. by David Benjamin · 9 years ago
  85. df98a7a Reimplement DSA_size without crypto/asn1. by David Benjamin · 9 years ago
  86. fda22a7 Reimplement DSA parsing logic with crypto/asn1. by David Benjamin · 9 years ago
  87. 3cadf63 Remove DSA write_params. by David Benjamin · 9 years ago
  88. 985da09 Remove flags field from EC_KEY. by David Benjamin · 9 years ago
  89. 2f6410b Rewrite ECPrivateKey serialization. by David Benjamin · 9 years ago
  90. 666973b Add tests for EC keys with specified curves. by David Benjamin · 9 years ago
  91. 815b12e ed25519: Don't negate output when decoding. by Adam Langley · 9 years ago
  92. bd42603 Add a convenience function for i2d compatibility wrappers. by David Benjamin · 9 years ago
  93. 375124b Parse BER for PKCS#12 more accurately. by David Benjamin · 9 years ago
  94. fb974e6 Use initializer lists to specify cipher rule tests. by David Benjamin · 9 years ago
  95. 894a47d Clarify some confusing casts involving |size_t|. by Brian Smith · 9 years ago
  96. 11676a7 Use |kSizeTWithoutLower4Bits| in crypto/modes/gcm.c. by Brian Smith · 9 years ago
  97. 5ba0689 Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. by Brian Smith · 9 years ago
  98. 46a4d6d Remove out-of-date and misleading comment in |bn_blinding_st|. by Brian Smith · 9 years ago
  99. 3ab3e3d Mark ARM assembly globals hidden uniformly in arm-xlate.pl. by David Benjamin · 9 years ago
  100. 5acc423 Add a CONTRIBUTING.md file. by David Benjamin · 9 years ago