Deleted Added
full compact
pem.pod (127128) pem.pod (142425)
1=pod
2
3=head1 NAME
4
5PEM - PEM routines
6
7=head1 SYNOPSIS
8

--- 457 unchanged lines hidden (view full) ---

466 X509_free(x);
467 x = PEM_read_bio_X509(bp, NULL, 0, NULL);
468
469is guaranteed to work.
470
471=head1 RETURN CODES
472
473The read routines return either a pointer to the structure read or NULL
1=pod
2
3=head1 NAME
4
5PEM - PEM routines
6
7=head1 SYNOPSIS
8

--- 457 unchanged lines hidden (view full) ---

466 X509_free(x);
467 x = PEM_read_bio_X509(bp, NULL, 0, NULL);
468
469is guaranteed to work.
470
471=head1 RETURN CODES
472
473The read routines return either a pointer to the structure read or NULL
474is an error occurred.
474if an error occurred.
475
476The write routines return 1 for success or 0 for failure.
475
476The write routines return 1 for success or 0 for failure.