1408 Commits (5f387e38fc406d6e341248865df61dd9d957171f)
 

Author SHA1 Message Date
  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
  David Benjamin 087e4fa478 Fix minor stylistic issues with ssl.h. 9 years ago
  David Benjamin 5c366d62e8 Remove dead code. 9 years ago
  David Benjamin 6b38086341 Remove SSL_CIPHER::valid. 9 years ago
  David Benjamin 0344dafb71 Tidy cipher rule processing. 9 years ago
  Brian Smith c82a00d818 Replace MD5 in examples with SHA-256. 9 years ago
  Brian Smith 8983a1da7b Remove gotos from HMAC code. 9 years ago
  Brian Smith dd973b2364 Use smart pointers instead of gotos in digest.cc. 9 years ago
  Brian Smith 0acef5ec27 Simplify ec_group_st on the assumption it is used for GF(p) only. 9 years ago
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 years ago
  Adam Langley ef24ac396a Remove mistaken typedef from 83a82981dc. 9 years ago
  Brian Smith a039d70270 Enable MSVC warning C4701, use of potentially uninitialized variable. 9 years ago
  Brian Smith 1a9bc44127 Fix standalone Windows release-mode builds. 9 years ago
  Brian Smith 655764a22a Test ECDSA_do_sign/ECDSA_do_verify like ECDSA_sign/ECDSA_verify. 9 years ago
  Brian Smith 1f0d2ef3c4 Refactor ecdsa_test to make it easier to extend. 9 years ago
  Brian Smith 6e8fbfecd0 Remove crypto/obj dependencies from low-level crypto tests. 9 years ago
  Brian Smith 9da82c1ccc Remove superfluous crypto/bio dependencies from tests. 9 years ago
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 9 years ago
  Brian Smith 7d897a1bf2 Replace RC4 in examples with AES-128-GCM. 9 years ago
  David Benjamin 48b3150c08 Fix some parsing bugs in doc.go. 9 years ago
  David Benjamin e00fc887e4 Fix typo. 9 years ago
  David Benjamin 107db58047 Switch cipher masks to uint32_t. 9 years ago
  David Benjamin 2e749e8f61 Move the sys/time.h #include out of extern C. 9 years ago
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9 years ago
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 years ago
  Adam Langley 0fd5639701 Fix up whitespace in headers for doc.go. 9 years ago
  Brian Smith d6405beb2c Avoid calling BN_CTX_end without BN_CTX_start in ec_wNAF_precompute_mult. 9 years ago
  David Benjamin 32fbdf2025 Remove anonymous cipher suites. 9 years ago
  Adam Langley 33672736b7 Get rid of the THREADID stuff. 9 years ago
  Adam Langley b9e77a0c0c Use thread-local storage for ERR. 9 years ago