summaryrefslogtreecommitdiffstats
path: root/ossl_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl: imported.gotoyuzo2003-07-231-377/+0
* IndentsMichal Rokos2003-07-221-1/+1
* OpenSSL 0.9.6 compatibilityMichal Rokos2003-07-211-1/+4
* Digest is Ruby compatible again, more examples are workingMichal Rokos2003-07-211-3/+3
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-14/+14
* * cipher.h: replace ossl_cipher_get_EVP_CIPHER into GetCipherPtrGOTOU Yuuzou2003-06-251-1/+1
* fix-up copy_dup_framework for latest RubyMichal Rokos2003-05-211-2/+4
* add ability to set paddingTechnorama team2003-04-221-0/+18
* minor fixTechnorama team2003-04-211-1/+1
* Various updatesMichal Rokos2003-04-211-68/+64
* add .reset, .key=, .iv=, remove crashing workaroundTechnorama team2003-04-081-45/+86
* Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working)Michal Rokos2003-02-241-1/+2
* Port to Ruby1.8 (alloc|copy) framework.Michal Rokos2002-12-291-5/+5
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.GOTOU Yuuzou2002-12-171-190/+186
* implement #become for Ruby 1.7.3 dup, clone interfaceMichal Rokos2002-09-051-1/+18
* ossl_bn.c: Fix pot mem leak when using NUM2INTMichal Rokos2002-07-231-5/+5
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-15/+19
* Added new methods to Cipher, Digest, HMAC; HMAC fixMichal Rokos2002-06-111-0/+31
* Cipher: fix fault in initialize (condition in GetCipher was too tight)Michal Rokos2002-06-081-1/+4
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-7/+6
* HMAC and SPKI cleanups & portsMichal Rokos2002-06-051-1/+1
* BN, Cipher, Config, Digest cleanupMichal Rokos2002-06-041-20/+23
* Config reviewedMichal Rokos2002-06-041-3/+3
* Cipher moved to Factory styleMichal Rokos2002-06-041-497/+59
* Initial revisionMichal Rokos2002-06-041-33/+37
* * Macros fixupsossl1-ossl2-branch-pointMichal Rokos2002-04-071-5/+4
* * Cipher IV fixupMichal Rokos2002-03-111-4/+12
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-0/+1
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-5/+5
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-5/+5
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-11/+11
* * fixed and improved verify_callbacks in ossl_(ssl|x509store).cMichal Rokos2002-01-101-5/+5
* * OpenSSL::Cipher::BITx constant == x (so BIT40 = 40,...)Michal Rokos2002-01-101-13/+13
* * added OpenSSL-SNAPSHOT style NO_* (OPENSSL_NO_*)Michal Rokos2002-01-101-43/+145
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-35/+25
* * Memory checkingMichal Rokos2001-12-211-0/+11
* * fixed unusual usage of ## preprocessing sequence.GOTOU Yuuzou2001-12-211-3/+3
* * added bn methods (thanks to UNKNOWN <oss-ruby@technorama.net>Michal Rokos2001-12-131-21/+35
* - BN added (only proof of concept)Michal Rokos2001-11-211-32/+64
* - HMAC addedMichal Rokos2001-11-201-46/+43
* Released as 0.0.9Michal Rokos2001-11-181-0/+1
* Initial revisionMichal Rokos2001-11-161-0/+542