428 Commits (5f387e38fc406d6e341248865df61dd9d957171f)

Author SHA1 Message Date
  David Benjamin 9f226a5f51 Always set SSL_OP_SINGLE_DH_USE. 9 years ago
  David Benjamin 7cde0dee7c Fold num_renegotiations into total_renegotiations. 9 years ago
  David Benjamin 71f7d3d2e1 Promote everything directly in SSL_CTX_ctrl. 9 years ago
  David Benjamin 101ead27db Move SSL_cutthrough_complete to the deprecated section. 9 years ago
  David Benjamin cb9cf796a2 Promote everything directly in SSL_ctrl. 9 years ago
  David Benjamin 2844b5eb1e Remove SSL_get0_raw_cipherlist. 9 years ago
  David Benjamin 1d0a194cc1 Promote max_cert_list and max_send_fragment to functions. 9 years ago
  David Benjamin da881e9a15 Promote deprecated statistics macros to functions. 9 years ago
  David Benjamin 61ecccfa3e Promote read_ahead, mode and option macros to functions. 9 years ago
  David Benjamin 123a8fdb98 Switch options and mode bits to uint32_t from unsigned long. 9 years ago
  David Benjamin 8c24980d83 Promote all dtls1_ctrl hooks to functions. 9 years ago
  David Benjamin 59015c365b Promote all SSL callback ctrl hooks to proper functions. 9 years ago
  David Benjamin f32d6b292e Remove remnants of old OCSP stapling API. 9 years ago
  David Benjamin 9a727c21c1 Remove SSL_set_tlsext_debug_callback. 9 years ago
  Adam Langley 517da2f1ef Add |BIO_up_ref| and |EVP_PKEY_up_ref|. 9 years ago
  Adam Langley 126320c881 Add dummy EC_GROUP_set_point_conversion_form. 9 years ago
  Adam Langley 5dca031ca1 Add AES-192 ECB. 9 years ago
  Adam Langley 97e8ba8d1d Rename ECDHE-PSK-WITH-AES-128-GCM-SHA256 to follow the naming conventions. 9 years ago
  Adam Langley ab9017b0ff Revert "bio: remove reference count." 9 years ago
  Matt Braithwaite f7535aed7d Remove spurious declarations of |X509V3_EXT_conf| and friends. 9 years ago
  Matt Braithwaite 9febf19e54 Add do-nothing compatibility function |ERR_load_ERR_strings|. 9 years ago
  Matt Braithwaite e7b32c30e1 Make format strings for bignums, like |BN_DEC_FMT1|, visible. 9 years ago
  David Benjamin ed8fbad170 Remove SSL cert_flags. 9 years ago
  David Benjamin dd978784d7 Always enable ecdh_auto. 9 years ago
  David Benjamin 2c6080f192 Put the mem.h include back into crypto.h. 9 years ago
  Adam Langley 9bc266e68d Fix typo in comment for SSL_MODE_SEND_FALLBACK_SCSV. 9 years ago
  David Benjamin f0df86a1f6 Fix standalone build on Mac. 9 years ago
  Adam Langley ad6b28e974 Add 64-bit, P-256 implementation. 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
  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
  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 683d7bd20a Convert BN_MONT_CTX 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
  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 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 6b38086341 Remove SSL_CIPHER::valid. 9 years ago
  Brian Smith c82a00d818 Replace MD5 in examples with SHA-256. 9 years ago
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 years ago