Update smime utility to support streaming for -encrypt and -sign -nodetach
options. Add new streaming i2d (though strictly speaking it is BER format when streaming) and PEM functions. These all process content on the fly without storing it all in memory.
Showing
- CHANGES 5 additions, 0 deletionsCHANGES
- apps/smime.c 14 additions, 4 deletionsapps/smime.c
- crypto/asn1/asn1_lib.c 2 additions, 1 deletioncrypto/asn1/asn1_lib.c
- crypto/pkcs7/bio_pk7.c 20 additions, 5 deletionscrypto/pkcs7/bio_pk7.c
- crypto/pkcs7/pk7_asn1.c 1 addition, 1 deletioncrypto/pkcs7/pk7_asn1.c
- crypto/pkcs7/pk7_mime.c 89 additions, 24 deletionscrypto/pkcs7/pk7_mime.c
- crypto/pkcs7/pkcs7.h 2 additions, 0 deletionscrypto/pkcs7/pkcs7.h
Please register or sign in to comment