summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add a const qualifier to the `uni' argument of OPENSSL_uni2asc().tb2018-05-302-4/+4
* Add a const qualifier to the return value of BIO_s_file().tb2018-05-302-5/+5
* minor markup improvement: .Fa *cctx -> .Pf * Fa cctxschwarze2018-05-261-3/+3
* Quote .Fa arguments containing blanks.schwarze2018-05-261-4/+4
* As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no needtb2018-05-241-42/+10
* In ui.h rev. 1.10 2018/05/19 11:03:33, tb@ added a const qualifierschwarze2018-05-191-3/+3
* In x509.h rev. 1.67 2018/05/19 10:58:08, tb@ added a const qualifierschwarze2018-05-191-2/+2
* In asn1.h rev. 1.49 2018/05/19 10:46:28, tb@ added a const qualifierschwarze2018-05-191-3/+3
* In ec.h rev. 1.13 2018/05/19 10:37:02, tb@ added a const qualifierschwarze2018-05-191-3/+3
* In x509.h rev. 1.64 2018/05/18 19:24:08, tb@ added const qualifiersschwarze2018-05-191-4/+4
* In x509.h rev. 1.61 2018/05/18 18:37:23 and rev. 1.65 2018/05/18 19:28:27,schwarze2018-05-191-14/+14
* In x509.h rev. 1.59 2018/05/18 18:19:31 and rev. 1.60 2018/05/18 18:23:24,schwarze2018-05-191-6/+6
* In x509.h rev. 1.56 2018/05/18 18:05:57 to rev. 1.58 2018/05/18 18:16:39,schwarze2018-05-191-6/+6
* In x509.h rev. 1.54 2018/05/18 17:59:16, tb@ added a const qualifierschwarze2018-05-191-5/+5
* In x509.h rev. 1.52 2018/05/18 17:53:09 and rev. 1.53 2018/05/18 17:56:12, tb@schwarze2018-05-191-6/+6
* In x509.h rev. 1.51 2018/05/18 16:55:58, tb@ added const qualifiersschwarze2018-05-191-4/+4
* Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp().jsing2018-05-191-93/+38
* Convert ssl3_get_client_kex_gost() to CBS.jsing2018-05-191-21/+23
* UI_METHOD *UI_create_method(const char *name).tb2018-05-192-4/+4
* Add const to the obj argument of X509_NAME_add_entry_by_OBJ()tb2018-05-192-5/+5
* Add const to the 'obj' argument of X509_EXTENSION_create_by_OBJ().tb2018-05-192-5/+5
* Add a const qualifier to the aint argument of X509V3_add_value_int()tb2018-05-192-4/+4
* The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const.tb2018-05-192-4/+4
* Add a const qualifier to the STACK_OF(X509_EXTENSION) * arguments oftb2018-05-193-8/+10
* Add a const qualifier to the 'key' argument of i2o_ECPublicKey() andtb2018-05-197-22/+26
* Fix eyesore indentation of member functions of X509_LOOKUP_METHOD.tb2018-05-181-12/+11
* The 'name', 'value' and 'section' arguments for a2i_GENERAL_NAME(),tb2018-05-184-28/+24
* Add const to the 'x' and 'obj' arguments of:tb2018-05-182-14/+15
* Add const to both arguments of X509_check_private_key(3).tb2018-05-182-7/+6
* Add const to the argument of X509_ATTRIBUTE_count(3).tb2018-05-182-4/+4
* Add const qualifiers to the name and xp arguments of X509_TRUST_add(3),tb2018-05-182-10/+10
* Add const qualifiers to the x and obj qualifiers oftb2018-05-182-17/+23
* Add const qualifiers to the 'name', 'sname' and 'X509_PURPOSE *'tb2018-05-182-15/+15
* Add a const qualifier to the 'X509_NAME *' argument oftb2018-05-183-10/+14
* Add const to the 'name' argument of X509_NAME_oneline(3).tb2018-05-182-4/+4
* Add const to the 'obj' argument of X509_NAME_get_text_by_OBJ(3).tb2018-05-182-5/+5
* Add a const qualififer to the 'name' argument of X509_NAME_get_entry(3)tb2018-05-182-7/+7
* Add const to the argument of X509_NAME_entry_count().tb2018-05-182-4/+4
* The 'bytes' arguments of X509_NAME_add_entry_by_NID(3) andtb2018-05-182-6/+6
* Add a const qualifier to the 'X509_NAME_ENTRY *ne' argument oftb2018-05-182-5/+7
* Add const to the argument of X509_NAME_ENTRY_get_data(3).tb2018-05-182-4/+4
* Add const qualifiers to the 'obj' and 'bytes' arguments oftb2018-05-182-10/+10
* X509_LOOKUP_by_alias() now takes a 'const char str *' andtb2018-05-182-9/+9
* X509_EXTENSION_get_critical(3) now takes a 'const ASN1_OBJECT *obj' andtb2018-05-182-6/+7
* Add const qualifiers to the X509_CRL *x and ASN1_OBJECT *obj arguments oftb2018-05-182-16/+20
* spelling fix;jmc2018-05-171-3/+3
* Link free directory to libcrypto regress test suite.tb2018-05-151-1/+2
* Test DSO_free(NULL).tb2018-05-151-1/+3
* remove _CONF_free_data(). It doesn't belong here.tb2018-05-151-3/+2
* Remove the /* ASN1_item_free */ annotations I added in r1.9 again.tb2018-05-151-113/+113