]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/PEM_X509_INFO_read_bio_ex.pod
PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private key
[thirdparty/openssl.git] / doc / man3 / PEM_X509_INFO_read_bio_ex.pod
index f0add6537f9f6405b1df3d838ba1f95dbdc3699e..cdff0561e9d815248cb607724ff9071605657fb8 100644 (file)
@@ -27,7 +27,7 @@ PEM_X509_INFO_read_ex() loads the B<X509_INFO> objects from a file I<fp>.
 PEM_X509_INFO_read_bio_ex loads the B<X509_INFO> objects using a bio I<bp>.
 
 Each of the loaded B<X509_INFO> objects can contain a CRL, a certificate,
-and/or an RSA/DSA/EC private key.
+and/or a private key.
 
 The elements are read sequentially, and as far as they are of different type than
 the elements read before, they are combined into the same B<X509_INFO> object.