[BACK]Return to apps.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/apps.h between version 1.28 and 1.29

version 1.28, 2021/09/02 11:30:15 version 1.29, 2021/11/20 15:55:00
Line 261 
Line 261 
   
 #define FORMAT_IISSGC   8       /* XXX this stupid macro helps us to avoid  #define FORMAT_IISSGC   8       /* XXX this stupid macro helps us to avoid
                                  * adding yet another param to load_*key() */                                   * adding yet another param to load_*key() */
 #define FORMAT_PEMRSA   9       /* PEM RSAPubicKey format */  #define FORMAT_PEMRSA   9       /* PEM RSAPublicKey format */
 #define FORMAT_ASN1RSA  10      /* DER RSAPubicKey format */  #define FORMAT_ASN1RSA  10      /* DER RSAPublicKey format */
 #define FORMAT_MSBLOB   11      /* MS Key blob format */  #define FORMAT_MSBLOB   11      /* MS Key blob format */
 #define FORMAT_PVK      12      /* MS PVK file format */  #define FORMAT_PVK      12      /* MS PVK file format */
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29