52 コミット (c386440683e279fd0ee7f7dabf2676e2a366d6e5)

作成者 SHA1 メッセージ 日付
  David Benjamin d304a2f1ac Switch tls13_client and tls13_server to C++. 7年前
  David Benjamin 81678aabd7 Switch t1_lib, tls_record, and tls13_both to C++. 7年前
  David Benjamin 0238d8f4ff Switch more files to C++. 7年前
  David Benjamin b609c22882 Switch ssl_privkey to C++. 7年前
  David Benjamin f526081100 Switch ssl_aead_ctx, ssl_file, and ssl_lib to C++. 7年前
  David Benjamin 81a5df4d60 Switch ssl_ecdh to C++. 7年前
  David Benjamin e64d2c74fa Convert ssl_buffer, ssl_cert, and ssl_cipher to C++. 7年前
  David Benjamin d781fc424b Switch handshake_client and handshake_server to C++. 7年前
  David Benjamin e8703a3708 Switch a number of files to C++. 7年前
  Steven Valdez 8f36c51f98 Revise version negotiation logic on the C side. 7年前
  David Benjamin 5c12778948 Convert bio_test to GTest. 7年前
  Steven Valdez 908ac19e8e Moving transcript and PRF functions to SSL_TRANSCRIPT. 7年前
  Adam Langley 5e3777830c Rename ssl_rsa.c to ssl_privkey.c. 7年前
  Adam Langley bdcfd1366f Move the SSL BIO into ssl/ from decrepit/. 7年前
  Adam Langley d1515a3b0a Move a number of X.509 functions from ssl_lib.c to ssl_x509.c 7年前
  David Benjamin 966284337d Do a cursory conversion of a few tests to GTest. 7年前
  David Benjamin 1252f8758a Convert one libssl function to C++11. 7年前
  Steven Valdez 143e8b3fd9 Add TLS 1.3 1-RTT. 8年前
  David Benjamin a2c42d7685 Rename (s3,d1)_meth.c. 8年前
  David Benjamin a8288dcb78 Remove pqueue. 8年前
  David Benjamin cfec7c60b9 Rename s3_{clnt,srvr}.c 8年前
  David Benjamin df50eecfbc Fold DTLS server state machine into TLS state machine. 8年前
  David Benjamin aa7734b81b Fold the DTLS client handshake into the TLS one. 8年前
  David Benjamin 4298d77379 Implement draft-ietf-tls-curve25519-01 in C. 8年前
  David Benjamin da084a3ebd Fix shared library build on OS X. 9年前
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9年前
  David Benjamin c617413527 Remove SSL_SESSION_print*. 9年前
  David Benjamin 8f3cc26812 Rename ssl_sess.c to ssl_session.c. 9年前
  David Benjamin 7c6d09b9e5 Fold ssl_algs.c into ssl_lib.c. 9年前
  David Benjamin 443a1f65e2 Toss file-related convenience bits of ssl/ into a corner. 9年前
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. 9年前
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9年前
  Adam Langley 0950563a9b Implement custom extensions. 9年前
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. 9年前
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9年前
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9年前
  David Benjamin 71f0794d34 Document everything in ssl_ciph.c, now ssl_cipher.c. 9年前
  David Benjamin 1d77e56b29 Convert ssl_test to C++. 9年前
  Adam Langley 29b186736c Precompute sorted array for error strings. 9年前
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9年前
  David Benjamin 507c1eec51 Honor the standard BUILD_SHARED_LIBS cmake variable. 9年前
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9年前
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10年前
  David Benjamin 0ac86b0220 Remove dtls1_enc. 10年前
  David Benjamin 5b33a5e0dd Merge the get_ssl_method hooks between TLS and SSLv3. 10年前
  David Benjamin bb0a17c5e1 Add a set of tests for cipher string parsing. 10年前
  Adam Langley eb7d2ed1fe Add visibility rules. 10年前
  Piotr Sikora 108300573f Hook ssl_stat.c into build. 10年前
  David Benjamin 2e52121acd Fix magic SSL reason codes. 10年前
  David Benjamin 13ab3e3ce1 Remove heartbeat extension. 10年前