aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-06Document that BN_mod_sqrt assumes p is a prime.David Benjamin1-1/+2
2016-07-06Rename Channel ID's EncryptedExtensions to just ChannelID in C.David Benjamin1-1/+1
2016-07-06Test |BN_uadd| and |BN_usub|.Brian Smith1-1/+1
2016-07-06Test aliasing in |BN_add| and |BN_sub|.Brian Smith1-2/+2
2016-07-01Add SSL_CTX_up_ref.Adam Langley1-0/+3
2016-07-01Move the Digest/Sign split for SignatureAlgorithms to a lower level.Steven Valdez1-0/+1
2016-07-01Group 1.3 extension constants together and remove ticket_age.David Benjamin1-5/+2
2016-06-30Add SSL_get_curve_id and SSL_get_dhe_group_size.David Benjamin1-19/+48
2016-06-30Adding new TLS 1.3 alert/extension IDs.Steven Valdez1-1/+10
2016-06-30Remove key_exchange_info for plain RSA.David Benjamin1-1/+0
2016-06-30Simplify version configuration.David Benjamin1-4/+8
2016-06-29Cleaning up internal use of Signature Algorithms.Steven Valdez1-0/+5
2016-06-29Remove a/b parameters to send_change_cipher_spec.David Benjamin1-4/+2
2016-06-28Add missing 'does nothing' comments for consistency.version_for_cocoapods_4.0David Benjamin1-0/+7
2016-06-28Take out a bunch of unused constants.David Benjamin1-33/+1
2016-06-28Changing representation of signature/hash to use SignatureScheme.Steven Valdez2-8/+24
2016-06-27Disconnect handshake message creation from init_buf.David Benjamin1-0/+4
2016-06-27Make OBJ_NAME_do_all more OpenSSL-compatible.David Benjamin1-0/+2
2016-06-27Add CBB_add_u32.David Benjamin1-0/+4
2016-06-27Remove pqueue.David Benjamin1-146/+0
2016-06-27Stash a copy of the SKX params rather mess with init_buf.David Benjamin1-0/+5
2016-06-27Always set min_version / max_version.David Benjamin1-8/+4
2016-06-27Build up TLS 1.3 record-layer tests.David Benjamin1-0/+1
2016-06-23Handle BN_mod_word failures.David Benjamin1-1/+1
2016-06-22Update references to RFC 7905.David Benjamin2-3/+3
2016-06-22Fold cert_req into cert_request.David Benjamin1-9/+3
2016-06-21Add TLS 1.3 record layer to go implementation.Nick Harper1-0/+4
2016-06-20Compute kinv in DSA with Fermat's Little Theorem.David Benjamin1-1/+2
2016-06-20Always use Fermat's Little Theorem in ecdsa_sign_setup.David Benjamin1-0/+1
2016-06-18Fix ssl.h copy-paste fail in docJulien Schmidt1-3/+3
2016-06-16Remove EC_GROUP_new_arbitrary.David Benjamin1-9/+0
2016-06-16Unwind X509_LU_RETRY and fix a lot of type confusion.David Benjamin1-1/+2
2016-06-15Fix the name of OPENSSL_add_all_algorithms_conf.David Benjamin1-2/+2
2016-06-14Fix typo.David Benjamin1-1/+1
2016-06-14Make SSL_set_bio's ownership easier to reason about.David Benjamin1-1/+4
2016-06-14Remove ASN.1 BIOs.David Benjamin1-23/+0
2016-06-14Remove ASN1_parse and ASN1_parse_dump.David Benjamin1-2/+0
2016-06-14Remove ASN.1 print hooks.David Benjamin2-46/+1
2016-06-09Wrap MSVC-only warning pragmas in a macro.David Benjamin1-0/+7
2016-06-09Require in == out for in-place encryption.David Benjamin2-4/+4
2016-06-09Ensure verify error is set when X509_verify_cert() fails.David Benjamin1-4/+6
2016-06-08Adding function to set the "current time" callback used for DTLS.Taylor Brandstetter1-1/+9
2016-06-08Rename SERVER_DONE to SERVER_HELLO_DONE.David Benjamin1-3/+4
2016-06-08Remove unnecessary sectioning in ssl.h.David Benjamin1-3/+0
2016-06-08Make tls_open_record always in-place.David Benjamin1-0/+4
2016-06-08Test both synchronous and asynchronous DTLS retransmit.David Benjamin1-2/+6
2016-06-06Add a no-op OpenSSL_add_all_algorithms_conf.David Benjamin1-0/+3
2016-06-06Match OpenSSL's values for BIO_CTRL_*.David Benjamin1-4/+4
2016-06-06Add some getters for the old lock callbacks.David Benjamin1-9/+19
2016-06-06Add BIO_set_conn_int_port.David Benjamin1-0/+4