Lines Matching +full:non +full:- +full:secure
5 PEM_bytes_read_bio, PEM_bytes_read_bio_secmem - read a PEM-encoded data structure from a BIO
20 PEM_bytes_read_bio() reads PEM-formatted (IETF RFC 1421 and IETF RFC 7468)
23 etc.). If multiple PEM-encoded data structures are present in the same
24 stream, PEM_bytes_read_bio() will skip non-matching data types and
25 continue reading. Non-PEM data present in the stream may cause an
36 non-NULL. The caller must free the storage pointed to by I<*pnm>.
38 The returned data is the DER-encoded form of the requested type, in
43 memory from the secure heap for its temporary buffers and the storage
49 PEM_bytes_read_bio_secmem() only enforces that the secure heap is used for
52 allocated from the secure heap. In cases where it is desirable to ensure
53 that the contents of the PEM file only appears in memory from the secure heap,
71 L<passphrase-encoding(7)>
79 Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.