X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FASN1_STRING_TABLE_add.pod;h=340a99e683d594ad548ca497492f46c7f0193cab;hp=e1786bf085c61fb13b3d1c75507ab3a080af8dcd;hb=7674e92324648b59786d86d8e9014bbaed4e6d07;hpb=7b608d0828c6df0b3bcd49224cdf6ccf4ab4af90 diff --git a/doc/man3/ASN1_STRING_TABLE_add.pod b/doc/man3/ASN1_STRING_TABLE_add.pod index e1786bf085..340a99e683 100644 --- a/doc/man3/ASN1_STRING_TABLE_add.pod +++ b/doc/man3/ASN1_STRING_TABLE_add.pod @@ -13,7 +13,7 @@ ASN1_STRING_TABLE_cleanup - ASN1_STRING_TABLE manipulation functions int ASN1_STRING_TABLE_add(int nid, long minsize, long maxsize, unsigned long mask, unsigned long flags); - ASN1_STRING_TABLE * ASN1_STRING_TABLE_get(int nid); + ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid); void ASN1_STRING_TABLE_cleanup(void); =head1 DESCRIPTION @@ -26,16 +26,16 @@ B is a table which holds string information =head2 Functions ASN1_STRING_TABLE_add() adds a new B item into the -local ASN1 string table based on the B along with other parameters. +local ASN1 string table based on the I along with other parameters. If the item is already in the table, fields of B are -updated (depending on the values of those parameters, e.g., B -and B >= 0, B and B != 0). If the B is standard, +updated (depending on the values of those parameters, e.g., I +and I >= 0, I and I != 0). If the I is standard, a copy of the standard B is created and updated with other parameters. ASN1_STRING_TABLE_get() searches for an B item based -on B. It will search the local table first, then the standard one. +on I. It will search the local table first, then the standard one. ASN1_STRING_TABLE_cleanup() frees all B items added by ASN1_STRING_TABLE_add(). @@ -45,7 +45,7 @@ by ASN1_STRING_TABLE_add(). ASN1_STRING_TABLE_add() returns 1 on success, 0 if an error occurred. ASN1_STRING_TABLE_get() returns a valid B structure -or B if nothing is found. +or NULL if nothing is found. ASN1_STRING_TABLE_cleanup() does not return a value. @@ -57,7 +57,7 @@ L Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. -Licensed under the OpenSSL license (the "License"). You may not use +Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L.