524 コミット (a54cc0c55c46996caa75a6d508f1a56693581fbe)

作成者 SHA1 メッセージ 日付
  Matt Braithwaite bc97c69d76 Make methods of |RAND_SSLEay| do reasonable things. 9年前
  Adam Langley 3534919c19 Regenerate stack_macros.h 9年前
  Adam Langley 33ad2b59da Tidy up extensions stuff and drop fastradio support. 9年前
  Adam Langley 391250d255 Convert the SRTP extension to the new system 9年前
  Adam Langley 49c7af1c42 Convert the Channel ID extension to the new system. 9年前
  David Benjamin 209b256223 Fix o2i_ECPublicKey documentation. 9年前
  David Benjamin 7315251d4e Replace cpuid assembly with C code. 9年前
  David Benjamin c3717f4a00 Extra documentation. 9年前
  David Benjamin 207bb4391f ERR_LIB_USER should be the last error. 9年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  David Benjamin 34248d4cb7 Get rid of err function codes. 9年前
  David Benjamin 723f3534ff Fix shared library build. 9年前
  David Benjamin 0851f67480 Add standalone tests for Poly1305. 9年前
  Adam Langley 2e857bdad3 Convert the signature algorithms extension to the new system 9年前
  David Benjamin d822ed811a Make CBB_len return a length, not remaining. 9年前
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. 9年前
  David Benjamin c0e245a546 Parse RSAPublicKey with CBS. 9年前
  David Benjamin 87897a8cea Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring. 9年前
  David Benjamin f3cdc5030e Remove some unused constants. 9年前
  David Benjamin 11c0f8e54c Promote certificate-related ctrl macros to functions. 9年前
  David Benjamin 7481d39bf7 Document APIs relating to configuring certificates and private keys. 9年前
  David Benjamin b2a9d6ab78 Remove SSL_build_cert_chain. 9年前
  David Benjamin 4462809623 Remove SSL_CTX_select_current_cert. 9年前
  David Benjamin d1d8078025 Fold away certificate slots mechanism. 9年前
  David Benjamin 570364800c Remove SSL_CTX_get_extra_chain_certs_only. 9年前
  David Benjamin 0fc431a0d7 Prune NIDs from TLS_SIGALGS. 9年前
  David Benjamin ba16a1e405 Remove SSL_get_(shared_)sigalgs. 9年前
  David Benjamin 1504304147 Remove dead SRP SSL_CTRL values. 9年前
  David Benjamin 7d97fd3a91 Remove SSL_get_server_tmp_key. 9年前
  David Benjamin b9c579db6d Add crypto/bytestring-based BIGNUM DER functions. 9年前
  Matt Braithwaite 6a1275b627 typedef |COMP_METHOD| to void, for compatibility. 9年前
  Håvard Molland 047d6f0f4d Remove ssl2.h and ssl23.h. 9年前
  David Benjamin cce5a98efb Remove EVP_PKEY_dup. 9年前
  David Benjamin deedad1238 Fix documentation typo. 9年前
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9年前
  David Benjamin 7e5f5944c8 Document i2d_PublicKey better. 9年前
  David Benjamin 507b819304 Use typedef names in evp.h. 9年前
  David Benjamin e3aa1d9dd4 Cleanup ticket processing and session lookup. 9年前
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. 9年前
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. 9年前
  David Benjamin de24aadc5b Add RAND_set_urandom_fd. 9年前
  David Benjamin daeafc22c6 Move the session ticket functions to ssl.h. 9年前
  David Benjamin 6cacac033b Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. 9年前
  David Benjamin cb3872f546 Sort the preprocessor compatibility section. 9年前
  David Benjamin 65ee9b7ce9 Remove EVP_PKEY_HMAC. 9年前
  Adam Langley a59347eb4c RAND_set_rand_method takes a const parameter. 9年前
  Matt Braithwaite 3e5e99d834 Dummy |RAND_set_rand_method|, |RAND_egd|, and |RAND_SSLeay|. 9年前
  Matt Braithwaite 50365f25ba Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at ce7e647b. 9年前
  Matt Braithwaite c0fe12cdf7 Restore |X509_REQ_print| and friends, from OpenSSL at ce7e647b. 9年前
  Matt Braithwaite 4cd4edfc34 Restore |ERR_print_errors()|. 9年前