diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-06-25 14:30:16 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-06-25 14:30:16 +0000 |
commit | cc9b4ae228829749072e1ef9c60d83e0490b63ff (patch) | |
tree | 77e6e5dbb8650bf771b0efca9d5298a38abb417f /lib/gnutls_mpi.h | |
parent | 9cb0264a9cd1fe633219ca273b937c5dbfc3925c (diff) | |
download | gnutls-cc9b4ae228829749072e1ef9c60d83e0490b63ff.tar.gz |
More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added the ability to decrypt plain DES encrypted PKCS #8 keys.
Diffstat (limited to 'lib/gnutls_mpi.h')
-rw-r--r-- | lib/gnutls_mpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h index 9a3c62bbf6..ff14cfe8b2 100644 --- a/lib/gnutls_mpi.h +++ b/lib/gnutls_mpi.h @@ -38,5 +38,6 @@ int _gnutls_mpi_print_lz( opaque *buffer, size_t *nbytes, const GNUTLS_MPI a ); int _gnutls_x509_read_int( ASN1_TYPE node, const char* value, GNUTLS_MPI* ret_mpi); int _gnutls_x509_write_int( ASN1_TYPE node, const char* value, GNUTLS_MPI mpi, int lz); +int _gnutls_x509_write_uint32( ASN1_TYPE node, const char* value, uint32 num); #endif |