openssl/crypto/pem
Matt Caswell cf3404fcc7 Change the return type of EVP_EncodeUpdate
Previously EVP_EncodeUpdate returned a void. However there are a couple
of error conditions that can occur. Therefore the return type has been
changed to an int, with 0 indicating error and 1 indicating success.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-06-16 09:50:48 +01:00
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
pem_all.c Copyright consolidation 04/10 2016-05-17 14:24:46 -04:00
pem_err.c Remove unused error/function codes. 2016-05-23 15:04:23 -04:00
pem_info.c Copyright consolidation 04/10 2016-05-17 14:24:46 -04:00
pem_lib.c Change the return type of EVP_EncodeUpdate 2016-06-16 09:50:48 +01:00
pem_oth.c Copyright consolidation 04/10 2016-05-17 14:24:46 -04:00
pem_pk8.c Copyright consolidation 04/10 2016-05-17 14:24:46 -04:00
pem_pkey.c Support for traditional format private keys. 2016-05-23 16:41:34 +01:00
pem_sign.c Copyright consolidation 04/10 2016-05-17 14:24:46 -04:00
pem_x509.c Copyright consolidation 04/10 2016-05-17 14:24:46 -04:00
pem_xaux.c Copyright consolidation 04/10 2016-05-17 14:24:46 -04:00
pvkfmt.c Deal with the consequences of constifying getters 2016-06-15 20:09:27 +02:00