3295 Commits (f99f2448bd06ffa96575397d37a5caaebf3018d4)
 

Author SHA1 Message Date
  David Benjamin 958aaf1ea1 Check for errors in BN_bn2dec() 8 years ago
  David Benjamin 722ba2db77 sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows. 8 years ago
  David Benjamin 2a795a1775 Check for errors in a2d_ASN1_OBJECT() 8 years ago
  David Benjamin 55d9038de5 Delete d2i_ASN1_bytes and i2d_ASN1_bytes. 8 years ago
  David Benjamin da53b59e75 Purge some a2i functions. 8 years ago
  David Benjamin dec9301650 Remove STACK_OF(OPENSSL_BLOCK). 8 years ago
  David Benjamin 8e12d1b18a Prune some unused prototypes from asn1.h. 8 years ago
  David Benjamin 6a98349314 Check for overflows in ASN1_object_size(). 8 years ago
  David Benjamin 1b93a42b37 Don't use function wrappers for EC_METHOD. 8 years ago
  David Benjamin 86aa5dab14 Tidy up EC_POINT_dup. 8 years ago
  David Benjamin bcb65b90fe Give bssl speed proper arg parsing and a -timeout flag. 8 years ago
  David Benjamin 161ef92c39 Inline ec_group_copy and simplify. 8 years ago
  Adam Langley 7d7afc3b89 Drop STRICT_ALIGNMENT code in ofb.c. 8 years ago
  David Benjamin 05cad5e00c Fix typo. 8 years ago
  EKR 5013fb41f2 Adding PORTING.md for instructions on how to port the test runner 8 years ago
  David Benjamin eed2401cac Apply SendClientVersion at the end. 8 years ago
  David Benjamin 4ac2dc4c0d Add a comment about ServerHello.supported_groups. 8 years ago
  Adam Langley aa24851515 Don't crash when generating a key for a zero DH prime. 8 years ago
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. 8 years ago
  David Benjamin 3e51757de2 Enforce the server ALPN protocol was advertised. 8 years ago
  Adam Langley 37b486aade Remove optimisation for known DH groups. 8 years ago
  David Benjamin 881f196075 Make ECDHE_PSK + AES_GCM unmatchable. 8 years ago
  Adam Langley 79c576c0e1 Update fuzzing corpus for ‘server’ 8 years ago
  David Benjamin 3f54d3f58a Update reference to False Start draft. 8 years ago
  David Benjamin 707720ca22 Add a note in PORTING to ask us before adding ifdefs. 8 years ago
  David Benjamin 25fe85b38c Insert a state before cert_cb. 8 years ago
  David Benjamin fddbadcba9 Pass a ClientHello into ssl3_choose_cipher. 8 years ago
  David Benjamin 1deb41bb2d Move SCSV handling out of cipher list parsing. 8 years ago
  Martin Kreichgauer 19d5cf86de Move remaining ScopedContext types out of scoped_types.h 8 years ago
  David Benjamin e14ff06694 Only have one ClientHello parser, not three. 8 years ago
  Brian Smith e4a432687e Reset |out_no_inverse| before returning errors in BN_mod_inverse_odd. 8 years ago
  David Benjamin 96e1a25943 Add BN_get_rfc3526_prime_1536. 8 years ago
  Adam Langley fbe3a7bb61 Rename the |dont_return_name| flag of |OBJ_obj2txt| to |always_return_oid|. 8 years ago
  Adam Langley 505cf39af9 Fix STARTTLS detection. 8 years ago
  David Benjamin 5a91503826 Add various 1.1.0 accessors. 8 years ago
  David Benjamin 3f26a49eb6 Fix up EVP_tls_cbc_remove_padding's calling convention. 8 years ago
  David Benjamin 65d74e4d76 Add better TLS CBC mode tests. 8 years ago
  Martin Kreichgauer 909232db55 Make obj2txt accept empty OIDs because Python depends on it. 8 years ago
  EKR f71d7ed014 Shim-specific configuration file with suppressions and error translation. 8 years ago
  Brian Smith 2a389ace62 Clarify signed/unsigned math in RSA_padding_add_PKCS1_PSS_mgf1. 8 years ago
  Brian Smith 8585701b2e Clarify checking of emLen in RSA_padding_add_PKCS1_PSS_mgf1. 8 years ago
  Martin Kreichgauer baafa4a653 Undo rename of tlsext_tick_lifetime_hint. 8 years ago
  Martin Kreichgauer 14343935b5 Start removing scoped_types.h 8 years ago
  David Benjamin c505c7ce61 Remove TODOEKR comment. 8 years ago
  Brian Smith 783eaad039 Put |sLen| logic in one place in RSA_padding_add_PKCS1_PSS_mgf1. 8 years ago
  David Benjamin e7e36aae25 Test that switching versions on renego is illegal. 8 years ago
  David Benjamin 2f8ea545a6 Reimplement OBJ_obj2txt. 8 years ago
  Brian Smith 253c05e16b Always use the "no_branch" inversion algorithm for even moduli. 8 years ago
  Brian Smith a432757acb Use BN_mod_inverse_odd instead of |BN_mod_inverse| for ECC. 8 years ago
  Brian Smith 4cfdf41789 Use bn_mod_inverse_odd for RSA/inversion blinding. 8 years ago