575 次程式碼提交 (ee0b02a10d3669cf33cef30ec380a1bc69e8384d)

作者 SHA1 備註 提交日期
  David Benjamin 1f9f9c4b51 Tidy up the ssl3_send_server_key_exchange slightly. 9 年之前
  David Benjamin 26416e9dde Remove the last of SESS_CERT. 9 年之前
  David Benjamin b1bdc5b325 Remove peer_cert from SESS_CERT. 9 年之前
  David Benjamin 6505567172 Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT. 9 年之前
  David Benjamin ba13402c1b Fix the type of ASN1_i2d_bio's last argument. 9 年之前
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. 9 年之前
  Matt Braithwaite e000472166 pkcs8.c: Add PBES2 to list of password-based encryption methods. 9 年之前
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9 年之前
  David Benjamin 61821bf149 Add EVP_AEAD_CTX_zero. 9 年之前
  David Benjamin ec4353498c Remove DHE_RSA_WITH_CHACHA20_POLY1305. 9 年之前
  Matt Braithwaite 4838d8aa90 Add do-nothing function |ERR_load_SSL_strings|. 9 年之前
  Matt Braithwaite d82a7b24be Re-add |EVP_des_ede|, which is ECB. 9 年之前
  Matt Braithwaite 8c413a2d94 Re-add |EVP_des_ede_cbc|. 9 年之前
  Matt Braithwaite 98d2f1fbe0 Add |EVP_des_ecb| from OpenSSL at fd682e4c. 9 年之前
  Paul Lietar aeeff2ceee Server-side OCSP stapling support. 9 年之前
  Matt Braithwaite 12fe1b25ea Re-add the C version (only) of |EVP_aes_256_xts| 9 年之前
  Matt Braithwaite 6488725e5e Re-add |BN_bn2mpi| and |BN_mpi2bn| from OpenSSL at fd682e4c. 9 年之前
  David Benjamin 3dd9016a51 Remove signature algorithm configuration hooks and SSL_ctrl. 9 年之前
  David Benjamin fdb4cdd755 Remove SSL_get1_curves and promote SSL_(CTX_)?set1_curves. 9 年之前
  Sigbjorn Vik 2b23d24c38 Make key exchange strength available. 9 年之前
  David Benjamin 45c6c3e8ef Use the record-layer buffer for sniffing V2ClientHellos. 9 年之前
  David Benjamin 5f4de9aa8f Fix pub_key comment in dh.h. 9 年之前
  David Benjamin 719220ec8e Get overflow checks right in BN_bin2bn. 9 年之前
  David Benjamin 2b9ec70558 Remove SSL_CTRL_SET_CLIENT_CERT_TYPES. 9 年之前
  David Benjamin d27441a9cb Remove separate APIs for configuring chain and verify stores. 9 年之前
  David Benjamin 7591064546 Promote SSL_get0_certificate_types to a proper function. 9 年之前
  David Benjamin fd7e1163e8 Remove *_LIST SSL_ctrl functions. 9 年之前
  Matt Braithwaite 02e1834bc7 Make |RSA_PSS_PARAMS| public. 9 年之前
  Matt Braithwaite 45b03025bd Add more compatibility symbols like |SSL_OP_NETSCAPE_CA_DN_BUG|. 9 年之前
  David Benjamin ade291c566 Clean up the DES_key_schedule logic. 9 年之前
  David Benjamin b088331ec0 Simplify handshake hash handling. 9 年之前
  David Benjamin 5375fd594b Switch the handshake buffer from memory BIO to BUF_MEM. 9 年之前
  David Benjamin 5055c76709 Rename algorithm2 to algorithm_prf. 9 年之前
  Adam Langley 07bf9f69ba Drop DEFINE_STACK_OF. 9 年之前
  Matt Braithwaite d0e1f1ca85 Include thread.h from crypto.h, like OpenSSL. 9 年之前
  Matt Braithwaite f92930e30a Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|. 9 年之前
  David Benjamin c8d5122538 Fold dtls1_process_record into dtls1_get_record. 9 年之前
  David Benjamin 229adfb42b FALLBACK_SCSV is an RFC now. 9 年之前
  Adam Langley 8bc81df02b Revert "pound-define EVP_R_BAD_DECRYPT CIPHER_R_BAD_DECRYPT." 9 年之前
  David Benjamin 43bd18f3b2 Don't define typedefs twice. 9 年之前
  Matt Braithwaite 16f774f8bf base.h: add typedefs from x509.h, and sort them. 9 年之前
  Matt Braithwaite 0fba870578 pound-define EVP_R_BAD_DECRYPT CIPHER_R_BAD_DECRYPT. 9 年之前
  Matt Braithwaite 6454a4cc21 pound-define SSLEAY_VERSION_NUMBER OPENSSL_VERSION_NUMBER 9 年之前
  Matt Braithwaite 5acf6b5cb4 include base64.h in evp.h 9 年之前
  David Benjamin fc05994e24 Fold away EC point format negotiation. 9 年之前
  Brian Smith 8a36e53abb Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead. 9 年之前
  David Benjamin cae932e85b Remove SSL_get0_ec_point_formats. 9 年之前
  Matt Braithwaite 2f252fed10 Add |DES_set_key_unchecked| as an alias for |DES_set_key|. 9 年之前
  nagendra modadugu 601448aa13 Add server-side support for asynchronous signing. 9 年之前
  Adam Langley 0950563a9b Implement custom extensions. 9 年之前