aboutsummaryrefslogtreecommitdiffstats
path: root/ossl.c
Commit message (Expand)AuthorAgeFilesLines
* Backport Ruby's OpenSSL changesMichal Rokos2003-08-141-5/+6
* IndentsMichal Rokos2003-07-221-8/+8
* *** empty log message ***GOTOU Yuuzou2003-07-211-2/+1
* OpenSSL 0.9.6 compatibilityMichal Rokos2003-07-211-1/+3
* FixexMichal Rokos2003-07-101-16/+42
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-5/+5
* OpenSSL::OCSP is added.GOTOU Yuuzou2003-06-291-0/+1
* *** empty log message ***GOTOU Yuuzou2003-06-291-1/+0
* *** empty log message ***GOTOU Yuuzou2003-06-291-2/+3
* * ossl_x509ext.[ch]: rename ossl_x509ext_get_X509_EXTENSION to DupX509ExtPtr,...GOTOU Yuuzou2003-06-271-3/+3
* * openssl_missing.c: addded X509_STORE_{set,get}_ex_data().GOTOU Yuuzou2003-06-251-39/+128
* * ossl.c: should protect allback Proc not to jump over the library's stack ft...GOTOU Yuuzou2003-06-191-10/+34
* * ossl.c: added verify callback functions.GOTOU Yuuzou2003-06-191-9/+65
* PEM callback, examplesMichal Rokos2003-06-161-0/+23
* Remove strptime dependency (Done by NaHi)Michal Rokos2003-06-021-20/+12
* Make it work with "BEGIN PUBLIC KEY" headerMichal Rokos2003-04-071-1/+15
* Use Time::utc for conversionMichal Rokos2003-02-241-2/+11
* Some ifdefs for Win32Michal Rokos2003-02-211-2/+2
* Port to Ruby1.8 (alloc|copy) framework.Michal Rokos2002-12-291-1/+4
* * ossl.c: add SSL_load_error_strings().GOTOU Yuuzou2002-12-221-1/+2
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.OSSL2_AFTER_FIXING_INDENTGOTOU Yuuzou2002-12-171-167/+168
* BN: Make it work with Ruby's nums, PKCS7&X509: Fix for big serialsOSSL2_BEFORE_FIXING_INDENTMichal Rokos2002-11-111-0/+64
* clear OpenSSL error in ossl_raiseMichal Rokos2002-09-051-0/+1
* Certificate#become (for Ruby1.7.3 dup, clone interface)Michal Rokos2002-09-041-21/+0
* ssl.c: Check_Type => OSSL_Check_Kind fixesMichal Rokos2002-08-071-11/+0
* FIX that enables OSSL module compile on *BSD (sent by Akinori MUSHA)GOTOU Yuuzou2002-07-281-0/+13
* ossl.c: FIX that enables OSSL module compile on *BSD (sent by Akinori MUSHA)Michal Rokos2002-07-241-0/+9
* Minor cleanups (use RSTRING after StringValue)Michal Rokos2002-07-091-2/+3
* X509::CRL fixesMichal Rokos2002-07-011-0/+3
* UTC->local time conversion fixesMichal Rokos2002-06-181-9/+11
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-5/+6
* OSSL_Debug workaround (should work under Windows too)Michal Rokos2002-06-121-0/+13
* BN#to_s fix, TestCase for BN (test/tc_bn.rb) addedMichal Rokos2002-06-111-2/+2
* New debug interface that can be directed from Ruby-spaceMichal Rokos2002-06-111-6/+65
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-061-12/+4
* Rand ported & cleanedMichal Rokos2002-06-051-2/+1
* PKCS7 port, Makefile CVS removalMichal Rokos2002-06-051-3/+1
* HMAC and SPKI cleanups & portsMichal Rokos2002-06-051-3/+35
* Config reviewedMichal Rokos2002-06-041-9/+11
* Initial revisionMichal Rokos2002-06-041-0/+170