summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Temporarily revive MD4 for MS CHAP support.doug2015-09-1416-23/+666
* Crank major version due to removal of SHA-0 and MD4 from libcrypto.doug2015-09-132-4/+4
* Remove MD4 support from LibreSSL.doug2015-09-1316-666/+23
* Remove SHA-0 support.doug2015-09-1310-323/+16
* Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap andmiod2015-09-132-17/+2
* Handle negative-zero in BN_bn2dec() too, just like in BN_print().deraadt2015-09-131-22/+31
* Reorder functions for readability/consistency.jsing2015-09-131-235/+228
* BN does support negative-zero -- BN_print() sets the standard here.deraadt2015-09-131-3/+3
* Only check for key truncation if no KDF function is being used.jsing2015-09-131-4/+4
* Stop generating private keys in a network buffer.jsing2015-09-132-58/+58
* Use ECDH_size() instead of rolling our own.jsing2015-09-134-24/+22
* Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enablejsing2015-09-132-6/+6
* Merge ech_ossl.c into ech_key.c - not much point having one file with ajsing2015-09-132-215/+146
* Nuke openssl/e_os2.h, since nothing should be using it.jsing2015-09-131-84/+0
* Provide ECDH_size().jsing2015-09-133-4/+11
* Check ECDH output buffer length and avoid truncation.jsing2015-09-133-6/+16
* Lob a style(9) grenade in here.jsing2015-09-136-181/+176
* Mechanical minor bump to follow libcrypto.miod2015-09-132-2/+2
* Add a new interface, OPENSSL_cpu_caps(), to return the currently runningmiod2015-09-132-2/+17
* The *_accept() functions increment in_handshake at the start of the function,jsing2015-09-134-38/+60
* If we have hardware acceleration for AES, prefer AES as a symmetric cipherjsing2015-09-132-14/+60
* Split ssl3_send_client_key_exchange() (387 lines of code) into fivejsing2015-09-122-654/+702
* Fix function name.jsing2015-09-122-4/+4
* Sync handling of cached record digests with s3_srvr.c.jsing2015-09-122-2/+46
* explicit_bzero() the GOST premaster secret.jsing2015-09-122-4/+14
* Unwrap a bunch of lines.jsing2015-09-122-74/+38
* Remove most of the SSLv3 version checks and a few TLS v1.0.doug2015-09-1214-236/+114
* Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines ofjsing2015-09-124-222/+6
* Move handshake message header length determination into a separatejsing2015-09-128-46/+54
* Uncopy and unpaste dtls1_send_certificate_request() - removes another 80jsing2015-09-124-160/+6
* Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329jsing2015-09-124-658/+6
* Uncopy and unpaste dtls1_send_server_done().jsing2015-09-124-36/+6
* Uncopy and unpaste dtls1_send_server_hello().jsing2015-09-124-136/+6
* Uncopy and unpaste dtls1_send_hello_request().jsing2015-09-124-36/+6
* Convert the rest of the server handshake functions to ssl3_handshake_msg_*.jsing2015-09-122-88/+70
* Uncopy and unpaste dtls1_send_client_verify() - thejsing2015-09-124-148/+6
* Uncopy and unpaste dtls1_send_client_key_exchange() - thejsing2015-09-124-538/+10
* Use explicit_bzero() instead of memset() when clearing private keys.jsing2015-09-122-6/+8
* Pull variable assignment out from function call, fix indentation and setjsing2015-09-122-16/+14
* style(9) and whitespace cleanups.jsing2015-09-122-58/+50
* Remove workaround for old SIMICS toolchain.miod2015-09-121-45/+1
* Remove horribly old and outdated `documentation' for the assembly code.miod2015-09-126-326/+0
* Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of ajsing2015-09-1124-130/+130
* Merge the remnants of s3_enc.c into t1_enc.c.jsing2015-09-114-269/+248
* Nuke ssl_set_peer_cert_type().jsing2015-09-114-20/+4
* Nuke ssl_bad_method().jsing2015-09-114-22/+4
* Nuke ssl3_default_timeout().jsing2015-09-114-26/+4
* Nuke ssl_replace_hash().jsing2015-09-114-46/+4
* Nuke ssl3_cbc_remove_padding().jsing2015-09-114-68/+4
* Nuke ssl3_alert_code().jsing2015-09-113-76/+3