Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 485362
Collapse All | Expand All

(-)file_not_specified_in_diff (-70 / +76 lines)
Line  Link Here
0
-- 1/doc/apps/cms.pod
0
++ 1/doc/apps/cms.pod
Lines 450-477 Link Here
450
450
451
=over 4
451
=over 4
452
452
453
=item 0
453
=item B<0>
454
454
455
the operation was completely successfully.
455
the operation was completely successfully.
456
456
457
=item 1 
457
=item B<1>
458
458
459
an error occurred parsing the command options.
459
an error occurred parsing the command options.
460
460
461
=item 2
461
=item B<2>
462
462
463
one of the input files could not be read.
463
one of the input files could not be read.
464
464
465
=item 3
465
=item B<3>
466
466
467
an error occurred creating the CMS file or when reading the MIME
467
an error occurred creating the CMS file or when reading the MIME
468
message.
468
message.
469
469
470
=item 4
470
=item B<4>
471
471
472
an error occurred decrypting or verifying the message.
472
an error occurred decrypting or verifying the message.
473
473
474
=item 5
474
=item B<5>
475
475
476
the message was verified correctly but an error occurred writing out
476
the message was verified correctly but an error occurred writing out
477
the signers certificates.
477
the signers certificates.
478
-- 1/doc/apps/smime.pod
478
++ 1/doc/apps/smime.pod
Lines 308-335 Link Here
308
308
309
=over 4
309
=over 4
310
310
311
=item 0
311
=item B<0>
312
312
313
the operation was completely successfully.
313
the operation was completely successfully.
314
314
315
=item 1 
315
=item B<1>
316
316
317
an error occurred parsing the command options.
317
an error occurred parsing the command options.
318
318
319
=item 2
319
=item B<2>
320
320
321
one of the input files could not be read.
321
one of the input files could not be read.
322
322
323
=item 3
323
=item B<3>
324
324
325
an error occurred creating the PKCS#7 file or when reading the MIME
325
an error occurred creating the PKCS#7 file or when reading the MIME
326
message.
326
message.
327
327
328
=item 4
328
=item B<4>
329
329
330
an error occurred decrypting or verifying the message.
330
an error occurred decrypting or verifying the message.
331
331
332
=item 5
332
=item B<5>
333
333
334
the message was verified correctly but an error occurred writing out
334
the message was verified correctly but an error occurred writing out
335
the signers certificates.
335
the signers certificates.
336
-- 1/doc/apps/ts.pod
336
++ 1/doc/apps/ts.pod
Lines 58-76 Link Here
58
58
59
=over 4
59
=over 4
60
60
61
=item 1.
61
=item B<1.>
62
62
63
The TSA client computes a one-way hash value for a data file and sends
63
The TSA client computes a one-way hash value for a data file and sends
64
the hash to the TSA.
64
the hash to the TSA.
65
65
66
=item 2.
66
=item B<2.>
67
67
68
The TSA attaches the current date and time to the received hash value,
68
The TSA attaches the current date and time to the received hash value,
69
signs them and sends the time stamp token back to the client. By
69
signs them and sends the time stamp token back to the client. By
70
creating this token the TSA certifies the existence of the original
70
creating this token the TSA certifies the existence of the original
71
data file at the time of response generation.
71
data file at the time of response generation.
72
72
73
=item 3.
73
=item B<3.>
74
74
75
The TSA client receives the time stamp token and verifies the
75
The TSA client receives the time stamp token and verifies the
76
signature on it. It also checks if the token contains the same hash
76
signature on it. It also checks if the token contains the same hash
77
-- 1/doc/crypto/X509_STORE_CTX_get_error.pod
77
++ 1/doc/crypto/X509_STORE_CTX_get_error.pod
Lines 278-283 Link Here
278
an application specific error. This will never be returned unless explicitly
278
an application specific error. This will never be returned unless explicitly
279
set by an application.
279
set by an application.
280
280
281
=back
282
281
=head1 NOTES
283
=head1 NOTES
282
284
283
The above functions should be used instead of directly referencing the fields
285
The above functions should be used instead of directly referencing the fields
284
-- 1/doc/ssl/SSL_COMP_add_compression_method.pod
286
++ 1/doc/ssl/SSL_COMP_add_compression_method.pod
Lines 53-63 Link Here
53
53
54
=over 4
54
=over 4
55
55
56
=item 0
56
=item B<0>
57
57
58
The operation succeeded.
58
The operation succeeded.
59
59
60
=item 1
60
=item B<1>
61
61
62
The operation failed. Check the error queue to find out the reason.
62
The operation failed. Check the error queue to find out the reason.
63
63
64
-- 1/doc/ssl/SSL_CTX_add_session.pod
64
++ 1/doc/ssl/SSL_CTX_add_session.pod
Lines 52-64 Link Here
52
52
53
=over 4
53
=over 4
54
54
55
=item 0
55
=item B<0>
56
56
57
 The operation failed. In case of the add operation, it was tried to add
57
 The operation failed. In case of the add operation, it was tried to add
58
 the same (identical) session twice. In case of the remove operation, the
58
 the same (identical) session twice. In case of the remove operation, the
59
 session was not found in the cache.
59
 session was not found in the cache.
60
60
61
=item 1
61
=item B<1>
62
 
62
 
63
 The operation succeeded.
63
 The operation succeeded.
64
64
65
-- 1/doc/ssl/SSL_CTX_load_verify_locations.pod
65
++ 1/doc/ssl/SSL_CTX_load_verify_locations.pod
Lines 100-112 Link Here
100
100
101
=over 4
101
=over 4
102
102
103
=item 0
103
=item B<0>
104
104
105
The operation failed because B<CAfile> and B<CApath> are NULL or the
105
The operation failed because B<CAfile> and B<CApath> are NULL or the
106
processing at one of the locations specified failed. Check the error
106
processing at one of the locations specified failed. Check the error
107
stack to find out the reason.
107
stack to find out the reason.
108
108
109
=item 1
109
=item B<1>
110
110
111
The operation succeeded.
111
The operation succeeded.
112
112
113
-- 1/doc/ssl/SSL_CTX_set_client_CA_list.pod
113
++ 1/doc/ssl/SSL_CTX_set_client_CA_list.pod
Lines 66-76 Link Here
66
66
67
=over 4
67
=over 4
68
68
69
=item 1
69
=item B<1>
70
70
71
The operation succeeded.
71
The operation succeeded.
72
72
73
=item 0
73
=item B<0>
74
74
75
A failure while manipulating the STACK_OF(X509_NAME) object occurred or
75
A failure while manipulating the STACK_OF(X509_NAME) object occurred or
76
the X509_NAME could not be extracted from B<cacert>. Check the error stack
76
the X509_NAME could not be extracted from B<cacert>. Check the error stack
77
-- 1/doc/ssl/SSL_CTX_set_session_id_context.pod
77
++ 1/doc/ssl/SSL_CTX_set_session_id_context.pod
Lines 64-76 Link Here
64
64
65
=over 4
65
=over 4
66
66
67
=item 0
67
=item B<0>
68
68
69
The length B<sid_ctx_len> of the session id context B<sid_ctx> exceeded
69
The length B<sid_ctx_len> of the session id context B<sid_ctx> exceeded
70
the maximum allowed length of B<SSL_MAX_SSL_SESSION_ID_LENGTH>. The error
70
the maximum allowed length of B<SSL_MAX_SSL_SESSION_ID_LENGTH>. The error
71
is logged to the error stack.
71
is logged to the error stack.
72
72
73
=item 1
73
=item B<1>
74
74
75
The operation succeeded.
75
The operation succeeded.
76
76
77
-- 1/doc/ssl/SSL_CTX_set_ssl_version.pod
77
++ 1/doc/ssl/SSL_CTX_set_ssl_version.pod
Lines 42-52 Link Here
42
42
43
=over 4
43
=over 4
44
44
45
=item 0
45
=item B<0>
46
46
47
The new choice failed, check the error stack to find out the reason.
47
The new choice failed, check the error stack to find out the reason.
48
48
49
=item 1
49
=item B<1>
50
50
51
The operation succeeded.
51
The operation succeeded.
52
52
53
-- 1/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
53
++ 1/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
Lines 94-100 Link Here
94
connection will fail with decryption_error before it will be finished
94
connection will fail with decryption_error before it will be finished
95
completely.
95
completely.
96
96
97
=item 0
97
=item B<0>
98
98
99
PSK identity was not found. An "unknown_psk_identity" alert message
99
PSK identity was not found. An "unknown_psk_identity" alert message
100
will be sent and the connection setup fails.
100
will be sent and the connection setup fails.
101
-- 1/doc/ssl/SSL_accept.pod
101
++ 1/doc/ssl/SSL_accept.pod
Lines 44-55 Link Here
44
44
45
=over 4
45
=over 4
46
46
47
=item 1
47
=item B<1>
48
48
49
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
49
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
50
established.
50
established.
51
51
52
=item 0
52
=item B<0>
53
53
54
The TLS/SSL handshake was not successful but was shut down controlled and
54
The TLS/SSL handshake was not successful but was shut down controlled and
55
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
55
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
56
-- 1/doc/ssl/SSL_clear.pod
56
++ 1/doc/ssl/SSL_clear.pod
Lines 56-67 Link Here
56
56
57
=over 4
57
=over 4
58
58
59
=item 0
59
=item B<0>
60
60
61
The SSL_clear() operation could not be performed. Check the error stack to
61
The SSL_clear() operation could not be performed. Check the error stack to
62
find out the reason.
62
find out the reason.
63
63
64
=item 1
64
=item B<1>
65
65
66
The SSL_clear() operation was successful.
66
The SSL_clear() operation was successful.
67
67
68
-- 1/doc/ssl/SSL_connect.pod
68
++ 1/doc/ssl/SSL_connect.pod
Lines 41-52 Link Here
41
41
42
=over 4
42
=over 4
43
43
44
=item 1
44
=item B<1>
45
45
46
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
46
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
47
established.
47
established.
48
48
49
=item 0
49
=item B<0>
50
50
51
The TLS/SSL handshake was not successful but was shut down controlled and
51
The TLS/SSL handshake was not successful but was shut down controlled and
52
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
52
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
53
-- 1/doc/ssl/SSL_do_handshake.pod
53
++ 1/doc/ssl/SSL_do_handshake.pod
Lines 45-56 Link Here
45
45
46
=over 4
46
=over 4
47
47
48
=item 1
48
=item B<1>
49
49
50
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
50
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
51
established.
51
established.
52
52
53
=item 0
53
=item B<0>
54
54
55
The TLS/SSL handshake was not successful but was shut down controlled and
55
The TLS/SSL handshake was not successful but was shut down controlled and
56
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
56
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
57
-- 1/doc/ssl/SSL_read.pod
57
++ 1/doc/ssl/SSL_read.pod
Lines 86-92 Link Here
86
The read operation was successful; the return value is the number of
86
The read operation was successful; the return value is the number of
87
bytes actually read from the TLS/SSL connection.
87
bytes actually read from the TLS/SSL connection.
88
88
89
=item 0
89
=item B<0>
90
90
91
The read operation was not successful. The reason may either be a clean
91
The read operation was not successful. The reason may either be a clean
92
shutdown due to a "close notify" alert sent by the peer (in which case
92
shutdown due to a "close notify" alert sent by the peer (in which case
93
-- 1/doc/ssl/SSL_session_reused.pod
93
++ 1/doc/ssl/SSL_session_reused.pod
Lines 27-37 Link Here
27
27
28
=over 4
28
=over 4
29
29
30
=item 0
30
=item B<0>
31
31
32
A new session was negotiated.
32
A new session was negotiated.
33
33
34
=item 1
34
=item B<1>
35
35
36
A session was reused.
36
A session was reused.
37
37
38
-- 1/doc/ssl/SSL_set_fd.pod
38
++ 1/doc/ssl/SSL_set_fd.pod
Lines 35-45 Link Here
35
35
36
=over 4
36
=over 4
37
37
38
=item 0
38
=item B<0>
39
39
40
The operation failed. Check the error stack to find out why.
40
The operation failed. Check the error stack to find out why.
41
41
42
=item 1
42
=item B<1>
43
43
44
The operation succeeded.
44
The operation succeeded.
45
45
46
-- 1/doc/ssl/SSL_set_session.pod
46
++ 1/doc/ssl/SSL_set_session.pod
Lines 37-47 Link Here
37
37
38
=over 4
38
=over 4
39
39
40
=item 0
40
=item B<0>
41
41
42
The operation failed; check the error stack to find out the reason.
42
The operation failed; check the error stack to find out the reason.
43
43
44
=item 1
44
=item B<1>
45
45
46
The operation succeeded.
46
The operation succeeded.
47
47
48
-- 1/doc/ssl/SSL_set_shutdown.pod
48
++ 1/doc/ssl/SSL_set_shutdown.pod
Lines 24-30 Link Here
24
24
25
=over 4
25
=over 4
26
26
27
=item 0
27
=item B<0>
28
28
29
No shutdown setting, yet.
29
No shutdown setting, yet.
30
30
31
-- 1/doc/ssl/SSL_shutdown.pod
31
++ 1/doc/ssl/SSL_shutdown.pod
Lines 92-103 Link Here
92
92
93
=over 4
93
=over 4
94
94
95
=item 1
95
=item B<1>
96
96
97
The shutdown was successfully completed. The "close notify" alert was sent
97
The shutdown was successfully completed. The "close notify" alert was sent
98
and the peer's "close notify" alert was received.
98
and the peer's "close notify" alert was received.
99
99
100
=item 0
100
=item B<0>
101
101
102
The shutdown is not yet finished. Call SSL_shutdown() for a second time,
102
The shutdown is not yet finished. Call SSL_shutdown() for a second time,
103
if a bidirectional shutdown shall be performed.
103
if a bidirectional shutdown shall be performed.
104
-- 1/doc/ssl/SSL_write.pod
104
++ 1/doc/ssl/SSL_write.pod
Lines 79-85 Link Here
79
The write operation was successful, the return value is the number of
79
The write operation was successful, the return value is the number of
80
bytes actually written to the TLS/SSL connection.
80
bytes actually written to the TLS/SSL connection.
81
81
82
=item 0
82
=item B<0>
83
83
84
The write operation was not successful. Probably the underlying connection
84
The write operation was not successful. Probably the underlying connection
85
was closed. Call SSL_get_error() with the return value B<ret> to find out,
85
was closed. Call SSL_get_error() with the return value B<ret> to find out,
86
-- 1/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
86
++ 1/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
Lines 81-86 Link Here
81
81
82
Return values from the server callback are interpreted as follows:
82
Return values from the server callback are interpreted as follows:
83
83
84
=over 4
85
84
=item > 0
86
=item > 0
85
87
86
PSK identity was found and the server callback has provided the PSK
88
PSK identity was found and the server callback has provided the PSK
Lines 99-102 Link Here
99
PSK identity was not found. An "unknown_psk_identity" alert message
101
PSK identity was not found. An "unknown_psk_identity" alert message
100
will be sent and the connection setup fails.
102
will be sent and the connection setup fails.
101
103
104
=back
105
102
=cut
106
=cut

Return to bug 485362