aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_pkcs7.c
Commit message (Expand)AuthorAgeFilesLines
* Backport Ruby's OpenSSL changesMichal Rokos2003-08-141-2/+2
* v1.0.0GOTOU Yuuzou2003-07-221-99/+0
* *** empty log message ***GOTOU Yuuzou2003-07-211-1/+1
* FixexMichal Rokos2003-07-101-3/+3
* *** empty log message ***GOTOU Yuuzou2003-07-091-2/+16
* *** empty log message ***GOTOU Yuuzou2003-07-091-0/+2
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-21/+20
* *** empty log message ***GOTOU Yuuzou2003-07-011-1/+1
* *** empty log message ***GOTOU Yuuzou2003-06-291-8/+8
* * ossl_pkcs7.c: SMIME_read_PKCS7 returns content only if the envelope is deta...GOTOU Yuuzou2003-06-281-1/+2
* * ossl_x509ext.[ch]: rename ossl_x509ext_get_X509_EXTENSION to DupX509ExtPtr,...GOTOU Yuuzou2003-06-271-6/+6
* ossl_pkcs7.c: Typo cleanup.NAKAMURA Hiroshi2003-06-261-2/+2
* * ossl_pkcs7.c: PKCS7#verify sets the content to @data.GOTOU Yuuzou2003-06-261-2/+11
* Typo fixed.NAKAMURA Hiroshi2003-06-251-1/+1
* * cipher.h: replace ossl_cipher_get_EVP_CIPHER into GetCipherPtrGOTOU Yuuzou2003-06-251-141/+398
* *** empty log message ***GOTOU Yuuzou2003-06-131-1/+1
* ossl_ssl.cGOTOU Yuuzou2003-06-131-7/+6
* fix-up copy_dup_framework for latest RubyMichal Rokos2003-05-211-2/+2
* Various updatesMichal Rokos2003-04-211-0/+27
* Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working)Michal Rokos2003-02-241-0/+2
* Port to Ruby1.8 (alloc|copy) framework.Michal Rokos2002-12-291-4/+4
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.GOTOU Yuuzou2002-12-171-386/+374
* BN: Make it work with Ruby's nums, PKCS7&X509: Fix for big serialsMichal Rokos2002-11-111-1/+1
* x509crl.c: GetX509CRLPtr and DupX509CRLPtr macros introduced and subst for os...Michal Rokos2002-07-101-8/+2
* Fix lookup CRLs during #verify when CRL is addedMichal Rokos2002-07-101-1/+1
* Drop OSSL_Check_Type (Use OSSL_Check_Kind where needed)Michal Rokos2002-06-131-3/+1
* ossl_digest_EVP_MD renamed to GetDigestPtrMichal Rokos2002-06-121-1/+1
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-36/+36
* OSSL_Debug workaround (should work under Windows too)Michal Rokos2002-06-121-4/+0
* Disabled OSSL_Debug macro (TODO: Find a workaround to make it work under Wind...Michal Rokos2002-06-121-0/+4
* New debug interface that can be directed from Ruby-spaceMichal Rokos2002-06-111-1/+2
* X509Cert: introduced GetX509CertPtr and DupX509CertPtrMichal Rokos2002-06-081-20/+5
* PKey: NO useless EVP_PKEY* dups.Michal Rokos2002-06-081-20/+10
* Imp & use of ossl_pkey_get_private_EVP_PKEY(obj) funcMichal Rokos2002-06-071-24/+5
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-12/+16
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-061-0/+1
* PKCS7 port, Makefile CVS removalMichal Rokos2002-06-051-123/+130
* BN, Cipher, Config, Digest cleanupMichal Rokos2002-06-041-2/+0
* Initial revisionMichal Rokos2002-06-041-2/+2
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-152/+99
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-8/+7
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-4/+3
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-46/+35
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-18/+9
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-55/+83
* * Memory checkingMichal Rokos2001-12-211-12/+19
* * fixed unusual usage of ## preprocessing sequence.GOTOU Yuuzou2001-12-211-1/+1
* - BN added (only proof of concept)Michal Rokos2001-11-211-4/+4
* - HMAC addedMichal Rokos2001-11-201-25/+50
* Released as 0.0.9Michal Rokos2001-11-181-1/+1