summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* wrap an overlong linetb2018-05-141-2/+3
* Add const to the 'name', 'value', and 'section' arguments oftb2018-05-132-48/+61
* Fix a malloc() NULL check in ssl3_send_client_kex_ecdhe_ecp(), by addingjsing2018-05-131-2/+3
* Reference the related accessor EVP_PKEY_get0_asn1(3).schwarze2018-05-131-5/+6
* Document EVP_PKEY_get0_asn1(3), it is declared in <openssl/evp.h>.schwarze2018-05-131-4/+13
* Document EVP_PKEY_bits(3).schwarze2018-05-132-7/+18
* More clean up of the RSA key exchange code.jsing2018-05-131-24/+34
* Add const to the ASN1_OBJECT argument of TS_TST_INFO_get_ext_by_OBJ(3).tb2018-05-132-4/+5
* Add const qualifier to the ASN1_OBJ * argument oftb2018-05-133-11/+11
* Add const qualifiers to the char *zone and char *user arguments oftb2018-05-132-8/+13
* In pkcs12.h rev. 1.18 2018/05/13 13:46:55, tb@ added const qualifiersschwarze2018-05-131-4/+4
* In pem.h rev. 1.18 2018/05/13 10:47:54, tb@ added const qualifiersschwarze2018-05-131-7/+7
* In ocsp.h rev. 1.15 2018/05/13 10:42:03, tb@ added const qualifiersschwarze2018-05-132-6/+6
* Add const qualifiers to the X509_SIG * and char * arguments oftb2018-05-132-4/+5
* In x509.h rev. 1.49 2018/05/13 10:36:35, tb@ added a const qualifierschwarze2018-05-131-4/+4
* Add const to the argument of PKCS12_pack_authsafes(3).tb2018-05-132-4/+4
* Add const to the X509_ALGOR and other arguments oftb2018-05-133-20/+23
* In ocsp.h rev. 1.14 2018/05/13 10:30:52, tb@ added const qualifiersschwarze2018-05-131-5/+5
* Add const to the attr argument of PKCS12_get_attr_gen(3).tb2018-05-132-4/+5
* In x509.h rev. 1.48 2018/05/13 10:25:06, tb@ added a const qualifierschwarze2018-05-131-3/+3
* In evp.h rev. 1.60 2018/05/13 06:35:10, tb@ added a const qualifierschwarze2018-05-131-3/+3
* Add const qualifier to the PKCS12_SAFEBAG argument oftb2018-05-132-5/+5
* Turn CRYPTO_realloc_clean() into a recallocarray() wrapper.jsing2018-05-131-11/+4
* Use recallocarray() instead of OPENSSL_realloc_clean().jsing2018-05-133-9/+7