Update doc/efun/ aus Driversourcen.
Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.
Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/tls_check_certificate b/doc/efun/tls_check_certificate
index f8afc8e..16127c5 100644
--- a/doc/efun/tls_check_certificate
+++ b/doc/efun/tls_check_certificate
@@ -1,7 +1,7 @@
PRELIMINARY
SYNOPSIS
- mixed *tls_check_certificate(object obj);
- mixed *tls_check_certificate(object obj, int extra);
+ mixed * tls_check_certificate(object obj)
+ mixed * tls_check_certificate(object obj, int extra)
DESCRIPTION
tls_check_certificate() checks the certificate of the secured
@@ -13,29 +13,26 @@
error is thrown.
Otherwise, the result is an array with these values:
- int [0] : Result code of SSL_get_verify_result (see man 1 verify
- subsection DIAGNOSTICS for possible values)
- array [1] : array with 3*n entries of extra x509 data.
- structure is:
- 3*i : numerical form of object name,
- e.g. "2.5.4.3"
- 3*i + 1: long or short name if available,
- e.g. "commonName"
- 3*i + 2: value
- array [2] : if extra is set:
- array with 3*n entries of x509 extension data
- data structure is:
- 3*i : numerical form of extension name
- 3*i + 1: long or short name of extension
- name if available
- 3*i + 2: array of strings with the data
- structure of [1]
+ int [0] : Result code of SSL_get_verify_result (see 'man 1 verify',
+ subsection DIAGNOSTICS for possible values)
+ array [1] : array with 3*n entries of extra x509 data.
+ structure is:
+ 3*i : numerical form of object name,
+ e.g. "2.5.4.3"
+ 3*i + 1: long or short name if available,
+ e.g. "commonName"
+ 3*i + 2: value
+ array [2] : if extra is set:
+ array with 3*n entries of x509 extension data
+ data structure is:
+ 3*i : numerical form of extension name
+ 3*i + 1: long or short name of extension
+ name if available
+ 3*i + 2: array of strings with the data
+ structure of [1]
- Note: a x509 certificate can have more than one object with
- the same name
-
-BUGS
- Not supported when using GnuTLS.
+ Note: An X509 certificate can have more than one object with
+ the same name.
HISTORY
Introduced in LDMud 3.3.672/3.2.11.