aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* make updateRichard Levitte2016-02-031-0/+14
* Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte2016-02-032-14/+33
* Refactoring BIO: add error macros & text, and make updateRichard Levitte2016-02-032-0/+8
* Refactoring BIO: add wrappers around sockaddr et alRichard Levitte2016-02-031-0/+32
* RT2353: Add ipsec IKE OIDRich Salz2016-02-021-0/+5
* New BN functions.Dr. Stephen Henson2016-02-021-0/+3
* Style; add "!= NULL"Rich Salz2016-02-011-1/+1
* constify PACKETEmilia Kasper2016-02-012-3/+3
* Compat self-signed trust with reject-only aux dataViktor Dukhovni2016-01-311-0/+5
* Check chain extensions also for trusted certificatesViktor Dukhovni2016-01-311-1/+1
* Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson2016-01-311-0/+21
* RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor2016-01-311-1/+1
* GH102: Extra volatile avoids GCC bugRich Salz2016-01-301-1/+3
* Remove extra level of indirection.Rich Salz2016-01-301-8/+6
* Move more BN internals to bn_lcl.hRich Salz2016-01-303-109/+7
* GH102: Add volatile to CRYPTO_memcmpRich Salz2016-01-301-1/+1
* Add function to return internal enoding of X509_NAME.Dr. Stephen Henson2016-01-301-0/+3
* Make it possible to check for explicit auxiliary trustViktor Dukhovni2016-01-291-2/+3
* Correct value of DH_CHECK_PUBKEY_INVALIDMatt Caswell2016-01-291-1/+1
* Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte2016-01-281-1/+1
* Prevent small subgroup attacks on DH/DHEMatt Caswell2016-01-281-0/+1
* Fix typo in md2.hRich Salz2016-01-281-1/+1
* Add CRYPTO_secure_zallocRich Salz2016-01-271-0/+5
* Remove outdated legacy crypto optionsRich Salz2016-01-275-11/+11
* Complete the removal of /* foo.c */ commentsRichard Levitte2016-01-271-1/+0
* Remove /* foo.c */ commentsRich Salz2016-01-2665-65/+0
* Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell2016-01-261-0/+2
* Generate warning textRichard Levitte2016-01-251-1/+1
* Move & split opensslconf.h.inRich Salz2016-01-251-0/+173
* Move pqueue into sslRich Salz2016-01-241-99/+0
* Updated OSSL_DYNAMIC_VERSION/OSSL_DYNAMIC_OLDESTMichaƂ Trojnara2016-01-221-2/+2
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-201-0/+2
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-30/+1
* Remove the GOST engineMatt Caswell2016-01-191-3/+0
* API compat for SSLeay_add_ssl_algorithmsViktor Dukhovni2016-01-191-0/+3
* Add TLS PRF method.Dr. Stephen Henson2016-01-193-0/+86
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-181-1/+1
* Fix function declarations.Rich Salz2016-01-172-4/+4
* Add some accessors.Rich Salz2016-01-172-0/+7
* fix no-engine buildDr. Stephen Henson2016-01-161-0/+2
* Add a no-egd option to disable EGD-related codeBenjamin Kaduk2016-01-141-0/+2
* Make SSL_set_debug deprecated in 1.1Rich Salz2016-01-141-0/+1
* RT4232: Extra space in help message.Rich Salz2016-01-141-1/+0
* Prepare for 1.1.0-pre3-devRichard Levitte2016-01-141-3/+3
* Prepare for 1.1.0-pre2 releaseOpenSSL_1_1_0-pre2Richard Levitte2016-01-141-2/+2
* For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAXViktor Dukhovni2016-01-131-2/+2
* Remove spurious ;Richard Levitte2016-01-131-1/+1
* VMS C doesn't provide intmax_t/uinmax_t, use our ownRichard Levitte2016-01-131-1/+2
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-132-28/+18
* Fix DES_LONG breakageViktor Dukhovni2016-01-132-1/+3