1. 8cfe08b Remove all .cvsignore files by Rich Salz · 10 years ago
  2. 91316e6 Check for FindNextFile when defining it rather than FindFirstFile by Richard Levitte · 10 years ago
  3. 7a04b85 [PR3597] Advance to the next state variant when reusing messages. by Richard Levitte · 10 years ago
  4. 8123d15 Correct some layout issues, convert all remaining tabs to appropriate amounts of spaces. by Richard Levitte · 10 years ago
  5. 03b637a Improves the proxy certificates howto doc. by Alok Menghrajani · 10 years ago
  6. f9ea4de Fix warning in ssl2_enc by Matt Caswell · 10 years ago
  7. eceef8f Remove more references to dtls1_enc by Matt Caswell · 10 years ago
  8. 81ec01b Check EVP_Cipher return values for SSL2 by Matt Caswell · 10 years ago
  9. 4b87706 Delete unused file by Matt Caswell · 10 years ago
  10. fe78f08 Add checks to the return value of EVP_Cipher to prevent silent encryption failure. by Matt Caswell · 10 years ago
  11. fc3968a Remove redundant checks in ssl_cert_dup. This was causing spurious error messages when using GOST by Matt Caswell · 10 years ago
  12. 5e31a40 Tidy up ocsp help output by Matt Caswell · 10 years ago
  13. de87dd4 Add documentation on -timeout option in the ocsp utility by André Guerreiro · 10 years ago
  14. 333fad9 NetWare compilation fix. by Guenter · 10 years ago
  15. 6484958 Updates to X509_NAME_get_index_by_NID.pod submitted by user Bernardh via the wiki by Matt Caswell · 10 years ago
  16. f281b8d Updates to X509_NAME_add_entry_by_txt.pod submitted by user Bernardh via the wiki by Matt Caswell · 10 years ago
  17. 34890ac Updates to EVP_PKEY_encrypt.pod submitted by user Bernardh via the wiki by Matt Caswell · 10 years ago
  18. f672038 Add include of ssl.h which is required by srtp.h by Matt Caswell · 10 years ago
  19. 8a35dbb Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask by Matt Caswell · 10 years ago
  20. 3a07658 Corrected comments in ssl.h about SSLv23_method and friends by Matt Caswell · 10 years ago
  21. 7d4cded Print out Suite B status. by Dr. Stephen Henson · 10 years ago
  22. 7255ca9 Fix SuiteB chain checking logic. by Dr. Stephen Henson · 10 years ago
  23. c56a50b RT2679: Fix error if keysize too short by Annie Yousar · 10 years ago
  24. 14d3b76 RT3488: Update doc for OPENSSL_config by Rich Salz · 10 years ago
  25. 9e189b9 Do not resume a session if the negotiated protocol version does not match by David Benjamin · 10 years ago
  26. 8d02beb When using EVP_PKEY_derive with a KDF set, a negative error from by Matt Caswell · 10 years ago
  27. 31832e8 Clean up CHANGES by Emilia Kasper · 10 years ago
  28. e94a6c0 Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is reset by Emilia Kasper · 10 years ago
  29. de2c750 Always require an advertised NewSessionTicket message. by Emilia Kasper · 10 years ago
  30. 980bc1e Remove ssl3_check_finished. by Emilia Kasper · 10 years ago
  31. 7b3ba508 Set s->hit when resuming from external pre-shared secret. by Emilia Kasper · 10 years ago
  32. a06cd5d Reset s->tlsext_ticket_expected in ssl_scan_serverhello_tlsext. by Emilia Kasper · 10 years ago
  33. 13d5686 Fix s_server -ssl2. Previously this reported "Error setting EC curve" by Matt Caswell · 10 years ago
  34. 764b6a3 Fix excert logic. by Dr. Stephen Henson · 10 years ago
  35. 3881d81 New option no-ssl3-method which removes SSLv3_*method by Dr. Stephen Henson · 10 years ago
  36. 5a3d8ee Only handle RI extension for SSLv3 by Dr. Stephen Henson · 10 years ago
  37. e469af8 Process signature algorithms before deciding on certificate. by Dr. Stephen Henson · 10 years ago
  38. bcb245a Added references to RFC 7027 by Matt Caswell · 10 years ago
  39. 1a14b47 Prevent use of binary curves when OPENSSL_NO_EC2M is defined by Dr. Stephen Henson · 10 years ago
  40. d253c9c Fixed cms-test.pl for no-ec2m by Matt Caswell · 10 years ago
  41. cffeacd Updated comment references to draft-ietf-tls-ecc-12 to refer to RFC4492 instead by Matt Caswell · 10 years ago
  42. 012aa9e Don't use msg on error. by Jan Hykel · 10 years ago
  43. 32bb5c3 Add whrlpool and camellia .s files to perlasm list by Mike Bland · 10 years ago
  44. 13d30e2 Add missing SRC variable by Mike Bland · 10 years ago
  45. dbaf608 Remove redundant test targets outside of test/ by Mike Bland · 10 years ago
  46. 8308411 Improve variable parsing when generating MINFO by Mike Bland · 10 years ago
  47. a4b8457 {,darwin64-}debug-test-64-clang Configure targets by Mike Bland · 10 years ago
  48. 5444b11 Emit PERLASM_SCHEME to fix GitMake on OS X by Mike Bland · 10 years ago
  49. bc095c3 Add cscope.out and .d files to .gitignore by Mike Bland · 10 years ago
  50. f756f1f Additional output for ssltest. by Dr. Stephen Henson · 10 years ago
  51. de94222 Add SSL_CONF support to ssltest. by Dr. Stephen Henson · 10 years ago
  52. 55f7fb8 Fix cross reference table generator. by Dr. Stephen Henson · 10 years ago
  53. 5211e09 Fixes a minor typo in the EVP docs. by Alok Menghrajani · 10 years ago
  54. ae64fb5 Correct timestamp output when clock_precision_digits > 0 by Michal Bozon · 10 years ago
  55. e04d426 Fix free of garbage pointer. PR#3595 by Matt Caswell · 10 years ago
  56. 67b8bce Fix warning about negative unsigned intergers by Kurt Roeckx · 10 years ago
  57. f8ae603 Fix datarace reported by valgrind/helgrind by Russell Coker · 10 years ago
  58. bfc973f Fix spelling of EECDH by Kurt Roeckx · 10 years ago
  59. 6696203 armv4cpuid.S: fix compilation error in pre-ARMv7 build. by Andy Polyakov · 10 years ago
  60. ecb9966 Fix WIN32 build by disabling bn* calls. by Dr. Stephen Henson · 10 years ago
  61. c381b63 ec/asm/ecp_nistz256-x86_64.pl: fix inconsistency in path handling. by Andy Polyakov · 10 years ago
  62. d45282f md32_common.h: address compiler warning in HOST_c2l. by Andy Polyakov · 10 years ago
  63. d2fa182 Use only unsigned arithmetic in constant-time operations by Samuel Neves · 10 years ago
  64. d663df2 Tighten session ticket handling by Emilia Kasper · 10 years ago
  65. 49b0dfc Add missing CHANGES interval [1.0.1h, 1.0.1i] by Emilia Kasper · 10 years ago
  66. 18a2d29 Sync CHANGES by Emilia Kasper · 10 years ago
  67. fd28a41 Fix ssltest logic when some protocols are compiled out. by Emilia Kasper · 10 years ago
  68. 14e14bf Copy negotiated parameters in SSL_set_SSL_CTX. by Dr. Stephen Henson · 10 years ago
  69. c800c27 Process signature algorithms in ClientHello late. by Dr. Stephen Henson · 10 years ago
  70. 3ff08e1 ecp_nistz256 update. by Andy Polyakov · 10 years ago
  71. b06f7d9 Configure: add ios64 target. by Andy Polyakov · 10 years ago
  72. 9f4bd9d Add missing credit. by Andy Polyakov · 10 years ago
  73. 98f1ac7 Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation. by Bodo Moeller · 10 years ago
  74. 8cb3023 When processing ClientHello.cipher_suites, don't ignore cipher suites by Bodo Moeller · 10 years ago
  75. 392fa7a Keep old method in case of an unsupported protocol by Kurt Roeckx · 10 years ago
  76. c882abd no-ssl2 with no-ssl3 does not mean drop the ssl lib by Tim Hudson · 10 years ago
  77. 87d388c RT3547: Add missing static qualifier by Kurt Cancemi · 10 years ago
  78. c6e9b39 Add constant_time_locl.h to HEADERS, so the Win32 compile picks it up correctly. by Tim Hudson · 10 years ago
  79. 7f09a87 Include "constant_time_locl.h" rather than "../constant_time_locl.h". by Richard Levitte · 10 years ago
  80. ed13270 Updates to NEWS file by Matt Caswell · 10 years ago
  81. 53afbe1 Updates CHANGES file by Matt Caswell · 10 years ago
  82. 62f45cc Fix no-ssl3 configuration option by Geoff Thorpe · 10 years ago
  83. 7482705 Fix for session tickets memory leak. by Dr. Stephen Henson · 10 years ago
  84. 3dd814a Fix SRTP compile issues for windows by Matt Caswell · 10 years ago
  85. e659eff Fix for SRTP Memory Leak by Matt Caswell · 10 years ago
  86. 0b382a8 Fix SSL_R naming inconsistency. by Bodo Moeller · 10 years ago
  87. 69d5747 aesni-x86_64.pl: make ECB subroutine Windows ABI compliant. by Andy Polyakov · 10 years ago
  88. fb0e87f Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsv by Bodo Moeller · 10 years ago
  89. cf6da05 Support TLS_FALLBACK_SCSV. by Bodo Moeller · 10 years ago
  90. ffa08b3 Remove reference to deleted md4.c by Dr. Stephen Henson · 10 years ago
  91. f301420 Disable encrypt them mac for SSL 3.0 and stream ciphers (RC4 only). by Dr. Stephen Henson · 10 years ago
  92. e0fdea3 Removed duplicate definition of PKCS7_type_is_encrypted by Matt Caswell · 10 years ago
  93. 71614df Fix single makefile. by Ben Laurie · 10 years ago
  94. 5aed169 RT3462: Document actions when data==NULL by Rich Salz · 10 years ago
  95. 429a25b DTLS 1.2 support has been added to 1.0.2. by Bodo Moeller · 10 years ago
  96. ae4af7a crypto/cast/asm/cast-586.pl: +5% on PIII and remove obsolete readme. by Andy Polyakov · 10 years ago
  97. df8c39d RT3549: Remove obsolete files in crypto by Rich Salz · 10 years ago
  98. d5f3444 RT2910: Remove des.c and its Makefile target by Rich Salz · 10 years ago
  99. 9208640 RT2309: Fix podpage MMNNFFPPS->MNNFFPPS by Rich Salz · 10 years ago
  100. 4b6dee2 Parse custom extensions after internal extensions. by Dr. Stephen Henson · 10 years ago