| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a const qualifier to the 'key' argument of i2o_ECPublicKey() and | tb | 2018-05-19 | 7 | -22/+26 |
* | Fix eyesore indentation of member functions of X509_LOOKUP_METHOD. | tb | 2018-05-18 | 1 | -12/+11 |
* | The 'name', 'value' and 'section' arguments for a2i_GENERAL_NAME(), | tb | 2018-05-18 | 4 | -28/+24 |
* | Add const to the 'x' and 'obj' arguments of: | tb | 2018-05-18 | 2 | -14/+15 |
* | Add const to both arguments of X509_check_private_key(3). | tb | 2018-05-18 | 2 | -7/+6 |
* | Add const to the argument of X509_ATTRIBUTE_count(3). | tb | 2018-05-18 | 2 | -4/+4 |
* | Add const qualifiers to the name and xp arguments of X509_TRUST_add(3), | tb | 2018-05-18 | 2 | -10/+10 |
* | Add const qualifiers to the x and obj qualifiers of | tb | 2018-05-18 | 2 | -17/+23 |
* | Add const qualifiers to the 'name', 'sname' and 'X509_PURPOSE *' | tb | 2018-05-18 | 2 | -15/+15 |
* | Add a const qualifier to the 'X509_NAME *' argument of | tb | 2018-05-18 | 3 | -10/+14 |
* | Add const to the 'name' argument of X509_NAME_oneline(3). | tb | 2018-05-18 | 2 | -4/+4 |
* | Add const to the 'obj' argument of X509_NAME_get_text_by_OBJ(3). | tb | 2018-05-18 | 2 | -5/+5 |
* | Add a const qualififer to the 'name' argument of X509_NAME_get_entry(3) | tb | 2018-05-18 | 2 | -7/+7 |
* | Add const to the argument of X509_NAME_entry_count(). | tb | 2018-05-18 | 2 | -4/+4 |
* | The 'bytes' arguments of X509_NAME_add_entry_by_NID(3) and | tb | 2018-05-18 | 2 | -6/+6 |
* | Add a const qualifier to the 'X509_NAME_ENTRY *ne' argument of | tb | 2018-05-18 | 2 | -5/+7 |
* | Add const to the argument of X509_NAME_ENTRY_get_data(3). | tb | 2018-05-18 | 2 | -4/+4 |
* | Add const qualifiers to the 'obj' and 'bytes' arguments of | tb | 2018-05-18 | 2 | -10/+10 |
* | X509_LOOKUP_by_alias() now takes a 'const char str *' and | tb | 2018-05-18 | 2 | -9/+9 |
* | X509_EXTENSION_get_critical(3) now takes a 'const ASN1_OBJECT *obj' and | tb | 2018-05-18 | 2 | -6/+7 |
* | Add const qualifiers to the X509_CRL *x and ASN1_OBJECT *obj arguments of | tb | 2018-05-18 | 2 | -16/+20 |
* | spelling fix; | jmc | 2018-05-17 | 1 | -3/+3 |
* | Link free directory to libcrypto regress test suite. | tb | 2018-05-15 | 1 | -1/+2 |
* | Test DSO_free(NULL). | tb | 2018-05-15 | 1 | -1/+3 |
* | remove _CONF_free_data(). It doesn't belong here. | tb | 2018-05-15 | 1 | -3/+2 |
* | Remove the /* ASN1_item_free */ annotations I added in r1.9 again. | tb | 2018-05-15 | 1 | -113/+113 |
* | wrap an overlong line | tb | 2018-05-14 | 1 | -2/+3 |
* | Add const to the 'name', 'value', and 'section' arguments of | tb | 2018-05-13 | 2 | -48/+61 |
* | Fix a malloc() NULL check in ssl3_send_client_kex_ecdhe_ecp(), by adding | jsing | 2018-05-13 | 1 | -2/+3 |
* | Reference the related accessor EVP_PKEY_get0_asn1(3). | schwarze | 2018-05-13 | 1 | -5/+6 |
* | Document EVP_PKEY_get0_asn1(3), it is declared in <openssl/evp.h>. | schwarze | 2018-05-13 | 1 | -4/+13 |
* | Document EVP_PKEY_bits(3). | schwarze | 2018-05-13 | 2 | -7/+18 |
* | More clean up of the RSA key exchange code. | jsing | 2018-05-13 | 1 | -24/+34 |
* | Add const to the ASN1_OBJECT argument of TS_TST_INFO_get_ext_by_OBJ(3). | tb | 2018-05-13 | 2 | -4/+5 |
* | Add const qualifier to the ASN1_OBJ * argument of | tb | 2018-05-13 | 3 | -11/+11 |
* | Add const qualifiers to the char *zone and char *user arguments of | tb | 2018-05-13 | 2 | -8/+13 |
* | In pkcs12.h rev. 1.18 2018/05/13 13:46:55, tb@ added const qualifiers | schwarze | 2018-05-13 | 1 | -4/+4 |
* | In pem.h rev. 1.18 2018/05/13 10:47:54, tb@ added const qualifiers | schwarze | 2018-05-13 | 1 | -7/+7 |
* | In ocsp.h rev. 1.15 2018/05/13 10:42:03, tb@ added const qualifiers | schwarze | 2018-05-13 | 2 | -6/+6 |
* | Add const qualifiers to the X509_SIG * and char * arguments of | tb | 2018-05-13 | 2 | -4/+5 |
* | In x509.h rev. 1.49 2018/05/13 10:36:35, tb@ added a const qualifier | schwarze | 2018-05-13 | 1 | -4/+4 |
* | Add const to the argument of PKCS12_pack_authsafes(3). | tb | 2018-05-13 | 2 | -4/+4 |
* | Add const to the X509_ALGOR and other arguments of | tb | 2018-05-13 | 3 | -20/+23 |
* | In ocsp.h rev. 1.14 2018/05/13 10:30:52, tb@ added const qualifiers | schwarze | 2018-05-13 | 1 | -5/+5 |
* | Add const to the attr argument of PKCS12_get_attr_gen(3). | tb | 2018-05-13 | 2 | -4/+5 |
* | In x509.h rev. 1.48 2018/05/13 10:25:06, tb@ added a const qualifier | schwarze | 2018-05-13 | 1 | -3/+3 |
* | In evp.h rev. 1.60 2018/05/13 06:35:10, tb@ added a const qualifier | schwarze | 2018-05-13 | 1 | -3/+3 |
* | Add const qualifier to the PKCS12_SAFEBAG argument of | tb | 2018-05-13 | 2 | -5/+5 |
* | Turn CRYPTO_realloc_clean() into a recallocarray() wrapper. | jsing | 2018-05-13 | 1 | -11/+4 |
* | Use recallocarray() instead of OPENSSL_realloc_clean(). | jsing | 2018-05-13 | 3 | -9/+7 |