summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-04-12Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andTheo de Raadt
2018-04-11In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changedIngo Schwarze
2018-04-11Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients fromJoel Sing
2018-04-10Write documentation for the control string parameter from scratch,Ingo Schwarze
2018-04-08Cast -1 to (unsigned long) to appease clang 6 -Wc++11-narrowingJeremie Courreges-Anglas
2018-04-08Actually describe the parameters rather than calling facts BUGSIngo Schwarze
2018-04-08Fail early if an X509_VERIFY_PARAM is poisoned - don't allowBob Beck
2018-04-08sort the list of data structures and add the missing ECDH and ECDSA;Ingo Schwarze
2018-04-07tweak previous;Jason McIntyre
2018-04-07Correct man page for OpenSSL_no_config() to indicate that itBob Beck
2018-04-07Remove function pointers for ssl_{read,write,peek}.Joel Sing
2018-04-07Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER.Joel Sing
2018-04-07Correct tls_config_clear_keys() behaviour.Joel Sing
2018-04-07Switch to OPENSSL_init_ssl() and prevent an openssl configuration file fromJoel Sing
2018-04-07tweak previous;Jason McIntyre
2018-04-07sys/uio.h is not used anymoreOtto Moerbeek
2018-04-06Revert revision 1.12 commit. Although *pval looks like a C pointer,Alexander Bluhm
2018-04-06Avoid leaking str if EVP_Digest() fails.Theo Buehler
2018-04-06poison for X509_VERIFY_PARAM'sBob Beck
2018-04-05Import pcap_set_immediate_mode() from mainline libpcap which allows aLawrence Teo
2018-04-04mention which locale categories this is related to, and add SEE ALSOIngo Schwarze
2018-04-04add SEE ALSOIngo Schwarze
2018-04-04Split the useless localeconv(3) function out of the importantIngo Schwarze
2018-04-04Fix two bugs in X509_NAME_add_entry(3):Ingo Schwarze
2018-04-03KNF: move two opening curly braces of function bodies to their own linesTheo Buehler
2018-04-03Typo: typdef -> typedef.Theo Buehler
2018-04-03Add missing $OpenBSD$ tags.Theo Buehler
2018-04-02In ssl.h rev. 1.151 2018/03/17 15:48:31, tb@ providedIngo Schwarze
2018-04-02In x509_vfy.h rev. 1.26 2018/03/17 15:43:32, tb@ providedIngo Schwarze
2018-04-02In x509_vfy.h rev. 1.25 2018/03/17 15:39:43, tb@ providedIngo Schwarze
2018-04-01When you replace an element in a sorted array with somethingIngo Schwarze
2018-03-31Mark pthread_equal() as unused inside libcPhilip Guenther
2018-03-30fix typo; from <Alex dot Gaynor at gmail dot com>Ingo Schwarze
2018-03-30jsing@ points out to me that our X25519 interface was copied fromIngo Schwarze
2018-03-30Add missing $OpenBSD$.Joel Sing
2018-03-30fix MALLOC_STATS; spotted by and ok semarie@Otto Moerbeek
2018-03-30include more information about how to create keys;Ingo Schwarze
2018-03-30Add one short sentence each from the new OpenSSL X509_STORE_add_cert(3)Ingo Schwarze
2018-03-29Remove mention of link between message digests and public key algorithms.Ingo Schwarze
2018-03-29missing "const" in seven prototypes;Ingo Schwarze
2018-03-29describe EC_POINT_get_affine_coordinates_GFp(3) andIngo Schwarze
2018-03-29correct callback argument for BIO_puts(3);Ingo Schwarze
2018-03-29BIO_get_mem_data(3) and BIO_get_mem_ptr(3) assign to *pp, not to pp;Ingo Schwarze
2018-03-29spelling; from <Alex dot Gaynor at gmail dot com>Ingo Schwarze
2018-03-29missing words; from Ivan Filenko <ivan dot filenko at protonmail dot com>Ingo Schwarze
2018-03-29Resolve some code duplication.Ingo Schwarze
2018-03-29Fix three bugs in setlocale(3):Ingo Schwarze
2018-03-29Limit ASN.1 constructed types recursive definition depthKinichiro Inoguchi
2018-03-27found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsIngo Schwarze
2018-03-24bump to 2.7.2Brent Cook