1. a2bb183 modes/ocb128.c: fix misaligned access in ILP32 builds on 64-bit processors. by Andy Polyakov · 8 years ago
  2. 08d0962 aes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT paths. by Andy Polyakov · 8 years ago
  3. 0a5d1a3 poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x. by Andy Polyakov · 8 years ago
  4. 6cbfd94 x86_64 assembly pack: add some Ryzen performance results. by Andy Polyakov · 8 years ago
  5. 089a45c Change exit_checker comment on returned status by Richard Levitte · 8 years ago
  6. 34fffdb Refuse to run the PYCA external test if configured 'no-shared' by Richard Levitte · 8 years ago
  7. cd838c6 Travis: make a separate job for external tests by Richard Levitte · 8 years ago
  8. 8c1054a 95-test_external_pyca_data/cryptography.py: only install for testing by Richard Levitte · 8 years ago
  9. 30f1c9c Adapt 20-test_enc.t and 20-test_enc_more.t to use statusvar by Richard Levitte · 8 years ago
  10. 7e46e56 Adapt 80-test_ssl_old.t to use statusvar by Richard Levitte · 8 years ago
  11. 34a6a9b OpenSSL::Test: add a statusvar option for run with capture => 1 by Richard Levitte · 8 years ago
  12. b6ef12c Remove duplicate X509_OBJECT free function. by David Benjamin · 8 years ago
  13. 1763ab1 Add a test for resumption after HRR by Matt Caswell · 8 years ago
  14. 77815a0 Fix resumption after HRR by Matt Caswell · 8 years ago
  15. 9ea6d56 Rework how protocol specific ciphers in 80-test_ssl_old.t are picked out by Richard Levitte · 8 years ago
  16. ca2045d Fix decoding of ASN.1 LONG and ZLONG items by Richard Levitte · 8 years ago
  17. 2ca2e91 Document BIO_printf family by Rich Salz · 8 years ago
  18. cdd6c8c Fix docs for X509_CRL_get0_by_serial() and X509_CRL_get0_by_cert() by Richard Levitte · 8 years ago
  19. b3c31a6 Fix the error handling in CRYPTO_dup_ex_data. by Bernd Edlinger · 8 years ago
  20. e41e5d1 Fix a few internals tests by Richard Levitte · 8 years ago
  21. 691e302 Improve testing of elliptic curve validation by Richard Levitte · 8 years ago
  22. 6d0b5ee Improve testing of elliptic curve validation by Joseph Birr-Pixton · 8 years ago
  23. bf6af21 Update test vectors in tls13secretstest by Joseph Birr-Pixton · 8 years ago
  24. b0c9fc9 TLS1.3: Correct intermediate secret derivation by Joseph Birr-Pixton · 8 years ago
  25. 43c5641 Use memcmp() instead of CRYPTO_memcmp() when fuzzing by Kurt Roeckx · 8 years ago
  26. 4979108 Make the CRYPTO_memcmp() prototype match memcmp() by Kurt Roeckx · 8 years ago
  27. 39176d4 doc: fix -keylogfile option by Peter Wu · 8 years ago
  28. 45615c5 Implement certificate_authorities extension by Dr. Stephen Henson · 8 years ago
  29. 32f6610 Support draft-19 TLS certificate request format by Dr. Stephen Henson · 8 years ago
  30. 51c7d3e Allow signature algorithms in TLS 1.3 certificate request extensions. by Dr. Stephen Henson · 8 years ago
  31. 5d6cca0 Move parsing and construction of CA names to separate functions by Dr. Stephen Henson · 8 years ago
  32. fa013b6 Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation. by Péter Budai · 8 years ago
  33. 9998b32 Fix no-dtls builds by Matt Caswell · 8 years ago
  34. 3fb2c3e Fix some undefined behaviour in stack test by Matt Caswell · 8 years ago
  35. 508ee8f Add unit tests for the lhash functionality. by Pauli · 8 years ago
  36. 2c1b0f1 Add Client CA names tests by Dr. Stephen Henson · 8 years ago
  37. 2e21539 Add ExpectedClientCANames by Dr. Stephen Henson · 8 years ago
  38. f8f16d8 Remove obsolete version test when returning CA names. by Dr. Stephen Henson · 8 years ago
  39. 07518cf Add TLSv1.3 draft-19 messages to trace by Todd Short · 8 years ago
  40. 6828358 Handle TLSv1.3 being disabled in clienthello test by Matt Caswell · 8 years ago
  41. 6bc6ca6 Add tests for the padding extension by Matt Caswell · 8 years ago
  42. d702ad1 Fix the Padding extension by Matt Caswell · 8 years ago
  43. 635b7d3 Updates following review feedback by Matt Caswell · 8 years ago
  44. c35cb28 Add some HRR tests by Matt Caswell · 8 years ago
  45. 807551a Add some more PSK tests by Matt Caswell · 8 years ago
  46. 69b2d39 Fix ciphersuite handling during an HRR by Matt Caswell · 8 years ago
  47. cf3e221 Ensure after an HRR any PSKs have the right hash by Matt Caswell · 8 years ago
  48. 11c67ee HelloRetryRequest updates for draft-19 by Matt Caswell · 8 years ago
  49. 9e0ac6a Check ClientHello boundary as per draft-19 by Matt Caswell · 8 years ago
  50. 6594189 Merge early_data_info extension into early_data by Matt Caswell · 8 years ago
  51. ef6c191 Update end of early data processing for draft-19 by Matt Caswell · 8 years ago
  52. bc993d3 Update the TLSv1.3 secrets test vectors for draft-19 by Matt Caswell · 8 years ago
  53. 3e0458f Update secret generation for draft-19 by Matt Caswell · 8 years ago
  54. e984b53 Update the TLSv1.3 version indicator for draft-19 by Matt Caswell · 8 years ago
  55. 7baabf4 Fix typo in ASYNC_WAIT_CTX_new.pod doc by Paul Yang · 8 years ago
  56. f2ff143 Simplify code around next_proto.len by changing 'len' data type. by FdaSilvaYY · 8 years ago
  57. 0ae407e Remove documentation of deleted function by Benjamin Kaduk · 8 years ago
  58. b00d540 Remove unused typedefs from indent config by Benjamin Kaduk · 8 years ago
  59. f775245 Remove some unused PEM structures by Benjamin Kaduk · 8 years ago
  60. 5a81a05 Rename the test_stack recipe file name to be consistent with the rest of the by Pauli · 8 years ago
  61. 29d1fad Fixed a crash in print_notice. by Bernd Edlinger · 8 years ago
  62. dda12ce Remove dead code by Benjamin Kaduk · 8 years ago
  63. d9aea04 Tighten up client status_request processing by Benjamin Kaduk · 8 years ago
  64. 26721d3 Forgotten 'make update' by Richard Levitte · 8 years ago
  65. a2880ae VMS: turning off CALL_DEBUG isn't possible on Alpha by Richard Levitte · 8 years ago
  66. d1da335 Add EC_KEY_get0_engine() by Richard Levitte · 8 years ago
  67. 89b06ca Rewrite the documentation for sk_TYPE_find() and sk_TYPE_find_ex() to better by Pauli · 8 years ago
  68. 9837496 Unit tests for crypto/stack. by Pauli · 8 years ago
  69. db0e0ab Fix a hang in tests that use sessionfile by Matt Caswell · 8 years ago
  70. 3a80bd2 NOTES.WIN: mention Strawberry Perl as option. by Andy Polyakov · 8 years ago
  71. b3068d0 test/recipes/03-test_internal_*: call setup() first. by Andy Polyakov · 8 years ago
  72. a5bb1aa Clear alpn_selected_len for clients, too by Benjamin Kaduk · 8 years ago
  73. 1ae4c07 VMS: don't use /DSF, turn off CALL_DEBUG instead by Richard Levitte · 8 years ago
  74. 5c9e344 Add Python Cryptography.io external test suite by Jon Spillett · 8 years ago
  75. 946a515 Add additional RSA-PSS and RSA-OAEP tests. by Dr. Stephen Henson · 8 years ago
  76. f81f279 Re-enable some BoringSSL tests by Matt Caswell · 8 years ago
  77. 162e120 SSL_get_peer_cert_chain() does not work after a resumption by Matt Caswell · 8 years ago
  78. e29d7ce Ensure we set the session id context in ossl_shim by Matt Caswell · 8 years ago
  79. e0926ef De-obfuscate by Benjamin Kaduk · 8 years ago
  80. a74db02 VMS: throw away [.util]shareable_image_wrap.c.in and add replacement scripts by Richard Levitte · 8 years ago
  81. 2de2df7 VMS: Change debug linking method to generate a separate Debug Symbol File by Richard Levitte · 8 years ago
  82. 22df22e .travis.yml: make git submodule update conditional. by Andy Polyakov · 8 years ago
  83. 4772610 Add test for -nameout output by Rich Salz · 8 years ago
  84. 703324a Update master Travis to Trusty by Emilia Kasper · 8 years ago
  85. 96a5d7f Fix a -Wsign-compare warning by Benjamin Kaduk · 8 years ago
  86. aebe9e3 Fix some -Wshadow warnings by Benjamin Kaduk · 8 years ago
  87. d8f9213 Rather use -out parameter than redirect stdout by Richard Levitte · 8 years ago
  88. 64e2b23 Fix 12 Boring tests involving NULL-SHA ciphersuites by Matt Caswell · 8 years ago
  89. 49619ab Port remaining old DTLS tests by Emilia Kasper · 8 years ago
  90. ea1ecd9 Port SRP tests to the new test framework by Emilia Kasper · 8 years ago
  91. 4b5f7e7 Update ossl_config.json for later BoringSSL commit by Matt Caswell · 8 years ago
  92. 2256f45 Make the Boring tests pass by Matt Caswell · 8 years ago
  93. b1d9be4 Add the presence of ARIA to the change log. by Pauli · 8 years ago
  94. 5e047eb Added a test case for RSA_padding_add_PKCS1_PSS_mgf1. by Bernd Edlinger · 8 years ago
  95. 108909d Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1 by Bernd Edlinger · 8 years ago
  96. 41bee3e Better way to recognise mingw64 in config script by Richard Levitte · 8 years ago
  97. c2b9359 poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_4x. by Andy Polyakov · 8 years ago
  98. a25cef8 poly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305_init fix. by Andy Polyakov · 8 years ago
  99. 1aed5e1 crypto/x86*cpuid.pl: move extended feature detection. by Andy Polyakov · 8 years ago
  100. b1fa403 Document in CHANGES that config now recognises 64-bit mingw by Richard Levitte · 8 years ago