summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert ssl_parse_serverhello_renegotiate_ext to CBS.doug2015-06-204-38/+42
* Handle NIST curve names.jsing2015-06-202-4/+8
* Have ECPKParameters_print() include the NIST curve name, if known.jsing2015-06-202-2/+20
* Provide EC_curve_nid2nist() and EC_curve_nist2nid().jsing2015-06-204-4/+114
* Make SSL_OP_ALL readable.jsing2015-06-202-4/+18
* Put CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL.jsing2015-06-202-2/+6
* Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp().jsing2015-06-206-12/+12
* Convert ssl_parse_clienthello_renegotiate_ext to CBS.doug2015-06-204-30/+28
* Replace internal call to CRYPTO_memcmp with timingsafe_memcmp.doug2015-06-202-4/+4
* Fix warning on vax due to old gcc.doug2015-06-202-8/+8
* Crank major for libcrypto, ssl and tls due to MDC-2DES removal.doug2015-06-205-6/+6
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-2038-1062/+45
* Remove needless casts. There's no reason to cast delim to char *millert2015-06-191-5/+4
* Return the failing engine ID in the error stack.bcook2015-06-192-4/+8
* Add standard headers, C++ support to tls.h.bcook2015-06-191-1/+12
* Disable ENGINE_load_dynamic (dynamic engine support).bcook2015-06-1934-1060/+22
* Convert tls1_alpn_handle_client_hello() to CBS.doug2015-06-192-40/+28
* Add CBS_dup() to initialize a new CBS with the same values.doug2015-06-194-4/+28
* Extend the input types for CBB_add_*() to help catch bugs.doug2015-06-184-26/+50
* Remove Microsoft Server Gated Crypto.doug2015-06-1816-264/+52
* Change DTLS client cert request code to match TLS.doug2015-06-182-12/+12
* add DST Root CA X3 certificate, already present in most browser cert stores.sthen2015-06-171-0/+77
* Clean up alert codes and add references.jsing2015-06-172-42/+58
* Keep alerts sorted by alert code.jsing2015-06-175-14/+15
* Remove pointless comments.jsing2015-06-172-14/+6
* Convert ssl_next_proto_validate to CBS.doug2015-06-172-22/+24
* Convert tls1_check_curve to CBS.doug2015-06-172-8/+20
* KNF whitespace.doug2015-06-174-34/+38
* Use explicit int in bs_cbs.c.doug2015-06-174-44/+48
* Use explicit int in bs_ber.c.doug2015-06-172-16/+16
* Add CBS_write_bytes() to copy the remaining CBS bytes to the caller.doug2015-06-174-4/+48
* Add a new function CBS_offset() to report the current offset in the data.doug2015-06-174-4/+30
* Cleanup SSL_OP_* compat flags in ssl.h.doug2015-06-172-62/+48
* Be more strict about BER and DER terminology.doug2015-06-164-56/+66
* Simplify cbs_get_any_asn1_element_internal based on comments from jsing@doug2015-06-164-34/+26
* Make CBS_get_any_asn1_element() more compliant with DER encoding.doug2015-06-156-56/+172
* Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days.doug2015-06-158-106/+40
* Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.doug2015-06-154-52/+10
* Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG.doug2015-06-154-22/+16
* Update SSL_OP_* to remove ancient hacks that are no longer enabled.doug2015-06-152-26/+22
* Split up the logic in CBB_flush to separately handle the lengths.doug2015-06-132-42/+64
* Explain the ASN.1 restriction that requires extra logic for encoding.doug2015-06-132-4/+36
* When initial capacity is 0, always use NULL buffer.doug2015-06-132-14/+16
* Add comments about how the CBS constants are constructed.doug2015-06-132-24/+86
* Reject long-form tags in CBS_peek_asn1_tag.doug2015-06-132-2/+16
* Fix bad indenting in LibreSSL.doug2015-06-1310-24/+24
* Remove unneeded sys/sysctl.h on linux.bcook2015-06-132-4/+2
* Avoid an infinite loop that can occur when verifying a message with anlibressl-v2.2.0jsing2015-06-112-4/+4
* Avoid a potential out-of-bounds read in X509_cmp_time(), due to missingjsing2015-06-112-8/+54
* Avoid an infinite loop that can be triggered by parsing an ASN.1jsing2015-06-112-6/+16