835 Commits (8604eda6340680c4aaab4d88449e453af40fbf62)
 

Author SHA1 Message Date
  David Benjamin 07046a0946 Consistently use ssl_handshake_start and ssl_set_handshake_header. 10 years ago
  David Benjamin 16d031a493 Fold dtls1_set_message_header into dtls1_set_handshake_header. 10 years ago
  Adam Langley 71d8a085d0 Reformatting of several DTLS source files. 10 years ago
  Adam Langley 139ed19580 Address code-review comments from prev changes. 10 years ago
  David Benjamin 87909c0445 Add tests for version negotiation failure alerts. 10 years ago
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 years ago
  David Benjamin 4b755cb0da Implement the V2ClientHello sniff in version-locked methods. 10 years ago
  David Benjamin 63c55a8e35 Fix memory leak on failure. 10 years ago
  David Benjamin 1f48fba861 Use have_version in clamping TLS record-layer version to 1.0. 10 years ago
  David Benjamin accb454e44 Add min_version tests. 10 years ago
  David Benjamin 1eb367c03e Add min_version and max_version APIs. 10 years ago
  David Benjamin 9ec6bcaebe Remove method swap in DTLS_ANY_VERSION. 10 years ago
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 years ago
  David Benjamin ceb6f2880f Factor out remaining version-related functions. 10 years ago
  David Benjamin 69b9e597ae Remove SSL_CTX_set_ssl_version. 10 years ago
  David Benjamin 7e23746dd4 Remove redundant SSL_ST_BEFORE-related checks. 10 years ago
  David Benjamin 138c2ac627 Drop unnecessary version checks. 10 years ago
  David Benjamin 28014cb4f2 Remove s_accept and s_connect parameters IMPLEMENT* macros. 10 years ago
  David Benjamin 338fcafe76 Mark SSL3_ENC_METHODs const and remove an unused one. 10 years ago
  David Benjamin f080ecd86d Don't infinite loop on garbage server input. 10 years ago
  David Benjamin 226a872d2f Don't set client_version to the ServerHello version. 10 years ago
  David Benjamin d14c6ee234 Remove TLSEXT_TYPE_padding ifdef. 10 years ago
  Dave Tapuska b8a824d70d Add the ability to run a server from the command line tool. 10 years ago
  David Benjamin e3594df7f1 Shorten certificate parsing code a little. 10 years ago
  David Benjamin 1e29a6b7c5 Add assertions on the initial record version number. 10 years ago
  Adam Langley af7e74ba9f Remove variable shadowing. 10 years ago
  Håvard Molland 3547688ee0 Remove EC_GROUP_set_point_conversion_form 10 years ago
  Håvard Molland 306e520cda Remove ec hybrid point format 10 years ago
  David Benjamin 8c37cb60d4 Advance to the next state variant when reusing messages (PR3597). 10 years ago
  David Benjamin 0ac86b0220 Remove dtls1_enc. 10 years ago
  David Benjamin 129992360a Check EVP_Cipher return values. 10 years ago
  David Benjamin 8278184631 Remove redundant checks in ssl_cert_dup. 10 years ago
  David Benjamin 83abdd6e58 Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask 10 years ago
  David Benjamin e518f65d2c Update references to RFCs. 10 years ago
  Feng Lu 41aa325c6a ClientHello Padding for Fast Radio Opening in 3G. 10 years ago
  David Benjamin 74c68e5e37 Renegerate OID outputs. 10 years ago
  David Benjamin a6689b0488 Keep the obj_mac.h license header round-tripping. 10 years ago
  David Benjamin 687759db79 Restore obj_mac.num from upstream. 10 years ago
  David Benjamin 7baab87798 Add documentation for the OID scripts. 10 years ago
  David Benjamin f1eba30292 Don't include undef in cross reference table. 10 years ago
  David Benjamin 61f1085ee9 Switch crypto/bn back to _umul128 on Windows clang. 10 years ago
  David Benjamin d8a3e78223 Shush a MSVC bool/int comparison warning. 10 years ago
  David Benjamin 90eeb11652 Remove SSL_set_debug. 10 years ago
  David Benjamin edb03cf31f Remove some unimplemented prototypes. 10 years ago
  David Benjamin 00505ec2e1 Add EVP_md5_sha1. 10 years ago
  David Benjamin af9d9419a6 Don't use _umul128 for Windows clang. 10 years ago
  David Benjamin 0105ece171 Fix standalone Windows build. 10 years ago
  David Benjamin 94d701b7e8 Left-pad a V2ClientHello's random, not right-pad. 10 years ago
  David Benjamin d0f257dc2c Don't manually extern OPENSSL_ia32cap_P. 10 years ago
  David Benjamin 128dbc30f6 Factor out the client max-version logic into a helper function. 10 years ago