summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add OPENSSL_NO_EGD to opensslfeatures.h.bcook2015-05-262-0/+2
* Kill outdated comment.jca2015-05-251-2/+2
* Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as usingguenther2015-05-252-8/+8
* Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset.eric2015-05-252-4/+13
* getnameinfo(3) doesn't need to initialize the resolver when it's only usederic2015-05-251-1/+150
* Maximilian dot Fillinger at uni-duesseldorf dot deschwarze2015-05-243-74/+109
* bump to version 2.2bcook2015-05-232-4/+4
* define BYTEORDER so the endian tests will workjsg2015-05-231-1/+10
* No need to check the return value of memcpy() if you actually checked thismiod2015-05-202-6/+4
* Instead of testing for __ELF__ and/or vax, leave out the bits for interfacingguenther2015-05-194-22/+21
* swap calloc() arguments for clarityderaadt2015-05-181-2/+2
* Record inter-library dependencies between libcrypto, libssl and libtlskettenis2015-05-176-2/+11
* Of course, fcntl errno case returns -1, which must be converted to 0deraadt2015-05-171-2/+2
* isatty() is used by stdio to determine the buffering mode. Add a F_ISATTYderaadt2015-05-171-6/+3
* Use fcntl() to set non-blocking-mode, rather ioctl(). This has a betterderaadt2015-05-171-4/+20
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-1521-126/+44
* trailing whitespace;jmc2015-05-151-3/+3
* Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.jsg2015-05-1510-30/+32
* Use STRONG_ALIAS instead of ALTENTRY.kettenis2015-05-142-4/+6
* 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
* Document pthread_atfork(3)'s interaction with dlclose(3)guenther2015-05-121-8/+21
* Put the right number of leading underscores in ___cerror and __cerror, formiod2015-05-122-4/+6
* chflagsat() is also async-signal-safeguenther2015-05-122-4/+6
* Whoops, need to pass through O_ACCMODE flags to the underlying __*_open()guenther2015-05-111-3/+3
* When checking flags that will be passed to open(), test the O_ACCMODE portionguenther2015-05-114-10/+15
* In the child after fork, the dl lock has to be forced as its inner spinlockguenther2015-05-102-11/+18
* fix a fd leak in an error path in code under #ifdef DEBUGjsg2015-05-061-1/+2
* AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces.jca2015-05-051-4/+10
* Move the AI_ADDRCONFIG setup to its own function.jca2015-05-051-18/+41
* Make argument name consistent and use .Fn rather than .Nm in section 3.schwarze2015-05-051-5/+5
* add missing braces in _aucat_wmsg()jsg2015-05-051-2/+3
* Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensionsguenther2015-05-051-3/+10
* Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@sthen2015-05-041-0/+381
* Use the size of the buffer not the pointer in a call to mem_free().jsg2015-05-041-2/+2
* use strdup() to init stringderaadt2015-04-302-6/+4
* Delete the duplicated sched_{policy,param} members from the internal structguenther2015-04-293-13/+20
* Add whitespace and replace OPENSSL_free with free in documentation.doug2015-04-296-22/+22
* Call CBB_add_space() rather than reimplementing it.doug2015-04-292-4/+4
* Rename cbb_buffer_add_u to cbb_add_u and remove redundant code.doug2015-04-292-30/+12
* Added len_len error checking for internal cbb_buffer_add_u().doug2015-04-292-2/+8
* Call CBS_mem_equal() rather than reimplementing it.doug2015-04-292-6/+4
* Avoid NULL deref in CBS_get_any_asn1_element().doug2015-04-292-4/+6
* Added error checking for len argument in cbs_get_u().doug2015-04-292-2/+8
* free() can handle NULL.doug2015-04-292-16/+8
* Reject dNSName of " " for subjectAltName extension.doug2015-04-291-1/+20
* Add missing BN_CTX_end() calls.doug2015-04-298-36/+36
* Not all Linux libc's include linux/sysctl.h in sys/sysctl.h.bcook2015-04-272-4/+6
* Support AIX versions without WPAR support.bcook2015-04-272-2/+10