1437 Commits (bd15a8e74894616ca8ad04fc2942b958f99000a1)
 

Author SHA1 Message Date
  Doug Hogan 41846c74f1 Modify sk_find() so it returns 1 on success and 0 otherwise. 9 years ago
  Adam Langley 9bc266e68d Fix typo in comment for SSL_MODE_SEND_FALLBACK_SCSV. 9 years ago
  David Benjamin c85573ccd8 Ensure BN_asc2bn, BN_dec2bn, and BN_hex2bn never give -0. 9 years ago
  Matt Braithwaite 9626f26320 Fix logic error that was breaking OBJ_create. 9 years ago
  David Benjamin 83f182c6c5 Revert "Temporary introduce a memory leak in ssl_test" 9 years ago
  David Benjamin 88d0f91952 Temporary introduce a memory leak in ssl_test 9 years ago
  David Benjamin 7cb4bcc6e7 Empty commit to kick the bots. 9 years ago
  David Benjamin 5928c41a1a 32-bit ARM perlasm should be 'linux32', not 'elf'. 9 years ago
  David Benjamin f06802f1e4 Add arm-xlate.pl and initial iOS asm support. 9 years ago
  David Benjamin c574f4114d Test that client curve preferences are enforced. 9 years ago
  David Benjamin 4b0afdd220 Add a tool to download Chromium's prebuilt clang. 9 years ago
  David Benjamin 93de5e5c11 Reject empty cipher suite lists early. 9 years ago
  David Benjamin 3fa27774b4 Fix some unsigned long cipher masks. 9 years ago
  David Benjamin f0df86a1f6 Fix standalone build on Mac. 9 years ago
  Adam Langley caf6b09598 runner: fix a couple of nits from govet. 9 years ago
  Matt Braithwaite 7eaf4015fa (d2i_SSL_SESSION): Fix a memory leak that occurs on error. 9 years ago
  Adam Langley 92b6b02475 tool: include base.h before testing OPENSSL_WINDOWS. 9 years ago
  Adam Langley ad6b28e974 Add 64-bit, P-256 implementation. 9 years ago
  David Benjamin 042bcdd9bd No-op comment to trigger the bots. 9 years ago
  Adam Langley d5eb7f4268 bio: remove BIO_CTRL_PUSH/_POP. 9 years ago
  David Benjamin 9f33fc63c6 Remove hash table lookups from ex_data. 9 years ago
  David Benjamin 2ab9090b87 Remove X509_STORE's ex_data. 9 years ago
  David Benjamin 1004b9564a Remove BIO's ex_data. 9 years ago
  David Benjamin 546f1a59ef Unexpose the generic ex_data functions. 9 years ago
  David Benjamin b857ffe629 Remove CRYPTO_ex_data_new_class. 9 years ago
  David Benjamin 32cd83f4de Remove the ability to set custom ex_data implementations. 9 years ago
  David Benjamin daf2c5dc0c Convert ecdsa_test to C++. 9 years ago
  David Benjamin e65855c36f Fix memory leak in ecdsa_test. 9 years ago
  David Benjamin 25f0846316 Revert "Temporarily break a test on purpose." 9 years ago
  David Benjamin cbbe020894 Temporarily break a test on purpose. 9 years ago
  Brian Smith f86c199f67 Fix Windows newline in err.h from commit 83a8298. 9 years ago
  Brian Smith b828cfde3a Fix typos in documentation in rsa.h. 9 years ago
  Brian Smith 3700778248 Fix Windows build failures caused by 310d4dd. 9 years ago
  Adam Langley c3ef76f327 Compatibility changes for wpa_supplicant and OpenSSH. 9 years ago
  Adam Langley 310d4dd6b6 rand: new-style locking and support rdrand. 9 years ago
  Adam Langley ba3bef98d8 obj: convert to new-style locks. 9 years ago
  Adam Langley 90b5840b02 tool: benchmark the RNG. 9 years ago
  Adam Langley f030369717 tool: add rand. 9 years ago
  Adam Langley 683d7bd20a Convert BN_MONT_CTX to new-style locking. 9 years ago
  Adam Langley ccdfbd9834 ex_data: convert to new-style locking. 9 years ago
  Adam Langley 8bdd54208e err: convert over to new-style locking. 9 years ago
  Adam Langley df1f5e796c crypto: add mutexes. 9 years ago
  Adam Langley 9bde6aeb76 bio: remove reference count. 9 years ago
  Adam Langley 1f26ed767a Undo one fragment of 054e6826. 9 years ago
  David Benjamin b16346b0ad Add SSL_set_reject_peer_renegotiations. 9 years ago
  David Benjamin 8f64778a39 Add some missing headers to doc.config. 9 years ago
  David Benjamin 2bf1a79654 Prune some unused constants from ssl/internal.h. 9 years ago
  David Benjamin 71485af5e8 Skip #if lines in getNameFromDecl. 9 years ago
  David Benjamin 0d8a758938 Start generating documentation for ssl.h. 9 years ago
  David Benjamin 71f0794d34 Document everything in ssl_ciph.c, now ssl_cipher.c. 9 years ago