summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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 tests for CBS_offset() and CBS_write_bytes().doug2015-06-171-2/+70
* 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-165-71/+84
* Simplify cbs_get_any_asn1_element_internal based on comments from jsing@doug2015-06-164-34/+26
* Add support for OPTION_DISCARD.doug2015-06-161-1/+4
* 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-155-81/+11
* 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
* Link ssl and crypto via BSDOBJDIR, works with native and cross buildstobiasu2015-06-051-3/+3
* Fix library search path so we link against the freshly built libcrypto.sotobiasu2015-06-051-2/+2
* force reseeding if pid has changed.eric2015-06-041-2/+7
* Need to operate of CXXFLAGS now.miod2015-05-291-3/+3
* Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-libmiod2015-05-261-2/+2
* Add OPENSSL_NO_EGD to opensslfeatures.h.bcook2015-05-262-0/+2
* Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as usingguenther2015-05-252-8/+8
* Maximilian dot Fillinger at uni-duesseldorf dot deschwarze2015-05-243-74/+109
* bump to version 2.2bcook2015-05-232-4/+4
* No need to check the return value of memcpy() if you actually checked thismiod2015-05-202-6/+4
* Record inter-library dependencies between libcrypto, libssl and libtlskettenis2015-05-176-2/+11
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-154-90/+6
* Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.jsg2015-05-1510-30/+32
* rev 1.3 introduced a check to an if statement without adding braces.jsg2015-05-141-3/+1
* If crypt(3) is called with an unknown setting, return NULL insteadbluhm2015-05-131-1/+3
* Add dlclose(3) to SEE ALSOguenther2015-05-121-2/+3
* When checking flags that will be passed to open(), test the O_ACCMODE portionguenther2015-05-111-2/+3
* Make this run on strict alignment architectures.miod2015-05-081-6/+9
* Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@sthen2015-05-041-0/+381
* use strdup() to init stringderaadt2015-04-302-6/+4
* Add whitespace and replace OPENSSL_free with free in documentation.doug2015-04-296-22/+22