1408 Commits (5f387e38fc406d6e341248865df61dd9d957171f)
 

Author SHA1 Message Date
  David Benjamin 2be62c304c Test which direction ERR_get_error reads from the error queue. 9 years ago
  Nick Harper 4dd053e059 Cast ca_list to (void *) to silence msvc warning 4090 9 years ago
  Eric Roman 517073cd4b Set output EC_KEY to NULL when d2i_ECPrivateKey() fails. 9 years ago
  Adam Langley b9e0ccc650 Fix a couple of minor compiler warnings. 9 years ago
  Adam Langley a7f6d3c1dc Add void in place of empty function arguments. 9 years ago
  Adam Langley 93efb7228b Rename hexdump to hexdump_write. 9 years ago
  Nick Harper d3bcf13165 Properly handle key_len=0 for HMAC 9 years ago
  Adam Langley fcf25833bc Reformat the rest of ssl/. 9 years ago
  Nick Harper 4685e87746 Implement HKDF. 10 years ago
  Adam Langley be2900a6a3 Reformat s3_{enc|lib}.c. 9 years ago
  David Benjamin cf70188d53 Update EVP_Cipher documentation some more. 9 years ago
  Adam Langley 1bea173fd4 Reformatting of s3_{cbc|clnt}.c 9 years ago
  Adam Langley 6e73d62dcc Touch up ssl3_get_message. 10 years ago
  David Benjamin f49196052c Tidy up DSA paramgen stylistically. 9 years ago
  David Benjamin a6d81018f8 Consistently use RAND_bytes and check for failure. 9 years ago
  David Benjamin 263eac02f5 Remove X509 parameter from ssl_cert_type. 9 years ago
  David Benjamin 9cf708807c Consistently order ECDHE_ECDSA over ECDHE_RSA. 10 years ago
  Adam Langley 2481975857 Reformat d1_{srtp|srvr}.c and s3_both.c 10 years ago
  David Benjamin 4841ce49a0 Fix EVP_Cipher error-handling. 10 years ago
  David Benjamin ef5885e410 Don't change s->version after have_version is set. 10 years ago
  David Benjamin e4824e8af0 Add outgoing messages to the handshake hash at set_handshake_header. 10 years ago
  David Benjamin 44f2d1a9bf Use EVP_MAX_MD_SIZE to size the Finished message. 10 years ago
  David Benjamin bf42f82ad9 Add comments explaining what NETSCAPE_HANG_BUG does. 10 years ago
  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