Skip to content

Commit fdcaf73

Browse files
committed
Fixes #6 remove new_from_x509 documents
1 parent 663e21b commit fdcaf73

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Verify.pm

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,6 @@ Constructor. Returns an OpenSSL Verify instance, set up with the given CA.
165165
# Using the defaults of your OS:
166166
my $ca = Crypt::OpenSSL::Verify->new();
167167
168-
=head2 new_from_x509($catext)
169-
170-
Constructor. Returns an OpenSSL Verify instance, set up with the given CA.
171-
172-
Arguments:
173-
174-
* $ca - Crypt::OpenSSL::X509->new_from_string(base64 certificate string)
175-
176168
=head2 verify($cert)
177169
178170
Verify the certificate is signed by the CA. Returns true if so, and

0 commit comments

Comments
 (0)