~ubuntu-branches/ubuntu/gutsy/gnutls13/gutsy-proposed

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_x509_dn_oid_known.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2006-11-11 10:35:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061111103529-0apz2q4w35cgjynh
Tags: 1.4.4-3
Pulled /patches/18_negotiate_cypher.diff from 1.4.5:
When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
version, try to negotiate the highest version support by the GnuTLS
server, instead of the lowest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "gnutls_x509_dn_oid_known" 3 "1.4.0" "gnutls" "gnutls"
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
 
2
.TH "gnutls_x509_dn_oid_known" 3 "1.4.4" "gnutls" "gnutls"
2
3
.SH NAME
3
 
gnutls_x509_dn_oid_known
 
4
gnutls_x509_dn_oid_known \- This function will return true if the given OID is known
4
5
.SH SYNOPSIS
5
6
.B #include <gnutls/x509.h>
6
7
.sp
10
11
holds an Object Identifier in a null terminated string
11
12
.SH "DESCRIPTION"
12
13
This function will inform about known DN OIDs. This is useful since functions
13
 
like 
14
 
.B "gnutls_x509_crt_set_dn_by_oid()"
15
 
use the information on known
 
14
like \fBgnutls_x509_crt_set_dn_by_oid()\fP use the information on known
16
15
OIDs to properly encode their input. Object Identifiers that are not
17
16
known are not encoded by these functions, and their input is stored directly
18
17
into the ASN.1 structure. In that case of unknown OIDs, you have