Revision aa3b4b4d deps/openssl/openssl/doc/crypto/pem.pod

View differences:

deps/openssl/openssl/doc/crypto/pem.pod
450 450

  
451 451
After this is the base64 encoded encrypted data.
452 452

  
453
The encryption key is determined using EVP_bytestokey(), using B<salt> and an
453
The encryption key is determined using EVP_BytesToKey(), using B<salt> and an
454 454
iteration count of 1. The IV used is the value of B<salt> and *not* the IV
455
returned by EVP_bytestokey().
455
returned by EVP_BytesToKey().
456 456

  
457 457
=head1 BUGS
458 458

  
......
474 474
if an error occurred.
475 475

  
476 476
The write routines return 1 for success or 0 for failure.
477

  
478
=head1 SEE ALSO
479

  
480
L<EVP_get_cipherbyname(3)|EVP_get_cipherbyname>, L<EVP_BytesToKey(3)|EVP_BytesToKey(3)>

Also available in: Unified diff