mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
See ChangeLog: Mon Jun 5 12:37:43 CEST 2000 Werner Koch
This commit is contained in:
parent
a74c85b4a0
commit
b65f9a8b0d
21 changed files with 201 additions and 82 deletions
|
@ -333,6 +333,7 @@ proc_encrypted( CTX c, PACKET *pkt )
|
|||
result = G10ERR_NO_SECKEY;
|
||||
if( !result )
|
||||
result = decrypt_data( c, pkt->pkt.encrypted, c->dek );
|
||||
|
||||
m_free(c->dek); c->dek = NULL;
|
||||
if( result == -1 )
|
||||
;
|
||||
|
@ -350,7 +351,7 @@ proc_encrypted( CTX c, PACKET *pkt )
|
|||
else {
|
||||
write_status( STATUS_DECRYPTION_FAILED );
|
||||
log_error(_("decryption failed: %s\n"), g10_errstr(result));
|
||||
/* Hmmm: does this work when we have encrypted using a multiple
|
||||
/* Hmmm: does this work when we have encrypted using multiple
|
||||
* ways to specify the session key (symmmetric and PK)*/
|
||||
}
|
||||
free_packet(pkt);
|
||||
|
@ -884,6 +885,7 @@ list_node( CTX c, KBNODE node )
|
|||
}
|
||||
|
||||
|
||||
|
||||
int
|
||||
proc_packets( void *anchor, IOBUF a )
|
||||
{
|
||||
|
@ -896,6 +898,8 @@ proc_packets( void *anchor, IOBUF a )
|
|||
return rc;
|
||||
}
|
||||
|
||||
|
||||
|
||||
int
|
||||
proc_signature_packets( void *anchor, IOBUF a,
|
||||
STRLIST signedfiles, const char *sigfilename )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue