summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide the bytestring APIs for libcrypto internal use.jsing2021-11-205-3/+1771
* Document ASN1_INTEGER_cmp(3) and ASN1_INTEGER_dup(3).schwarze2021-11-201-5/+93
* Improve the description of ASN1_OCTET_STRING_cmp(3),schwarze2021-11-201-12/+37
* Make these files compile - not hooked up to build yet.beck2021-11-2013-220/+279
* libssl: don't reach for pkey->save_type.tb2021-11-192-5/+5
* minor KNF improvement, changing only whitespace, no code change:schwarze2021-11-191-4/+4
* new manual page ASN1_BIT_STRING_num_asc(3)schwarze2021-11-194-5/+154
* add two missing .Dv macros;schwarze2021-11-191-4/+4
* Make the public API function a2i_ASN1_STRING(3) actually work.schwarze2021-11-191-14/+6
* As long as X509_OBJECT_free_contents(3) is a public API function,schwarze2021-11-191-1/+3
* Add semicolon that will become non-optional once BN_GENCB_set() willtb2021-11-181-2/+2
* typo in commenttb2021-11-181-2/+2
* Prevent future internal use of ASN1_CTX and ASN1_const_CTX by wrappingtb2021-11-181-1/+3
* Remove the last pointless use of ASN1_const_CTX. Both ASN1_CTX andtb2021-11-181-14/+14
* In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ providedschwarze2021-11-182-13/+51
* In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedschwarze2021-11-179-46/+209
* In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedschwarze2021-11-161-8/+47
* Recently, tb@ provided the following functions:schwarze2021-11-161-4/+71
* new manual page ASN1_BIT_STRING_set(3) documenting four BIT STRING accessorsschwarze2021-11-154-3/+184
* document ASN1_PRINTABLE_type(3) and ASN1_UNIVERSALSTRING_to_string(3)schwarze2021-11-156-8/+172
* document ASN1_item_pack(3) and ASN1_item_unpack(3)schwarze2021-11-155-6/+94
* document i2a_ASN1_STRING(3) and a2i_ASN1_STRING(3)schwarze2021-11-153-3/+163
* Fix a strange check in the auto DH codepathtb2021-11-141-3/+5
* the last argument of BIO_gets(3) is called "size", not "len"schwarze2021-11-141-6/+6
* fix a typo; diff from Matthias Schmidt <xosc dot org> on tech@schwarze2021-11-141-3/+3
* Put curly brace on the correct line.jsing2021-11-141-2/+3
* Fix a nasty quirk in ASN1_STRING_copy(3).schwarze2021-11-131-2/+2
* Document the interactions of X509_V_FLAG_USE_CHECK_TIME,schwarze2021-11-131-6/+35
* Mark the public X509_VP_FLAG_* constants as intentionally undocumented.schwarze2021-11-131-2/+11
* Fix a bug in check_crl_time() that could result in incompleteschwarze2021-11-131-8/+8
* document ASN1_STRING_copy(3)schwarze2021-11-131-4/+43
* Document the public constants X509_V_FLAG_POLICY_MASKschwarze2021-11-121-9/+43
* mention what X509_cmp_time(3) does with a cmp_time argument of NULLschwarze2021-11-121-3/+7
* As pointed out by tb@, LibreSSL no longer supports user-definedschwarze2021-11-124-56/+21
* In x509_vfy.h rev. 1.41, tb@ provided X509_STORE_CTX_get_by_subject(3),schwarze2021-11-123-18/+53
* mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASKschwarze2021-11-111-2/+6
* Mention the X509v3_KU_* aliases for the KU_* constantsschwarze2021-11-111-2/+16
* Explicitly list all public functions in roff(7) commentsschwarze2021-11-111-6/+33
* new manual page X509_policy_tree_get0_policies(3),schwarze2021-11-114-6/+110
* Merge a few additional X509error(ERR_R_MALLOC_FAILURE) callsschwarze2021-11-101-39/+28
* If X509_load_cert_crl_file(3) does not find any certificatesschwarze2021-11-103-3/+7
* Sync some code style improvements from the OpenSSL 1.1.1 branch,schwarze2021-11-101-10/+9
* Merge two bug fixes from the OpenSSL 1.1.1 branch, which is stillschwarze2021-11-101-8/+4
* Switch to <endian.h> from <machine/endian.h> for better portability.bcook2021-11-0912-30/+26
* Split a new page X509_load_cert_file(3) with three functionsschwarze2021-11-097-112/+157
* Add ASPA OIDjob2021-11-092-0/+2
* Replace <sys/limits.h> with <limits.h>bcook2021-11-081-2/+2
* Document X509_gmtime_adj(3).schwarze2021-11-081-23/+67
* In X509_STORE_CTX, rename the X509_STORE store rather than ctx.tb2021-11-073-15/+15
* In X509_STORE_CTX rename the misnamed last_untrusted to num_untrustedtb2021-11-073-17/+17