any pointers other than the cvs site and rdoc stuff?
-a
any pointers other than the cvs site and rdoc stuff?
-a
Ara.T.Howard wrote:
any pointers other than the cvs site and rdoc stuff?
-a
My experience with Net::SSH was that there is pitifully little helpful documentation for the OpenSSL ruby module.
I finally had to go to http://www.openssl.org and read those docs, and then dig into the ruby module source code to see how it corresponded to the OpenSSL API... it was not very fun.
If you have any specific questions, I may be able to help. There are a few others on this list that are much more proficient at it than I am, though, and they will almost certainly be able to answer anything that I can't.
- Jamis
--
Jamis Buck
jgb3@email.byu.edu
http://www.jamisbuck.org/jamis
"I use octal until I get to 8, and then I switch to decimal."
what information are you looking for specifically?
--dross
--- "Ara.T.Howard" <Ara.T.Howard@noaa.gov> wrote:
any pointers other than the cvs site and rdoc stuff?
-a
--
===============================================================================
> EMAIL :: Ara [dot] T [dot] Howard [at] noaa
[dot] gov
> PHONE :: 303.497.6469
> A flower falls, even though we love it;
> and a weed grows, even though we do not love it.
> --Dogen
===============================================================================
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
What kind of things are you looking to do with it?
WEBrick uses OpenSSL for SSL/TLS, and the DRbSSL protocol uses it to perform both server verification and client authentication. There are several examples in the /samples/openssl directory, as well.
PGP.sig (186 Bytes)
On Sep 24, 2004, at 10:54 AM, Ara.T.Howard wrote:
any pointers other than the cvs site and rdoc stuff?
--
Eric Hodel - drbrain@segment7.net - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04
Ara.T.Howard wrote:
>
>any pointers other than the cvs site and rdoc stuff?
>
>-aMy experience with Net::SSH was that there is pitifully little helpful
documentation for the OpenSSL ruby module.I finally had to go to
http://www.openssl.org and read those docs, and then dig into the ruby
module source code to see how it corresponded to the OpenSSL API... it
was not very fun.
In my experience, looking for documentation on the less commonly used
functions in OpenSSL (the OCSP API, for example), is a frustrating
experience.
If you have any specific questions, I may be able to help. There are a
few others on this list that are much more proficient at it than I am,
though, and they will almost certainly be able to answer anything that I
can't.- Jamis
--
Jamis Buck
jgb3@email.byu.edu
http://www.jamisbuck.org/jamis"I use octal until I get to 8, and then I switch to decimal."
Shouldn't that be "until I get to 7"?
* Jamis Buck (jgb3@email.byu.edu) wrote:
--
Paul Duncan <pabs@pablotron.org> pabs in #ruby-lang (OPN IRC)
http://www.pablotron.org/ OpenPGP Key ID: 0x82C29562
[snipped]
In my experience, looking for documentation on the less commonly used
functions in OpenSSL (the OCSP API, for example), is a frustrating
experience.
Pardon my redundant redundancy :D.
[snipped]
* Paul Duncan (pabs@pablotron.org) wrote:
--
Paul Duncan <pabs@pablotron.org> pabs in #ruby-lang (OPN IRC)
http://www.pablotron.org/ OpenPGP Key ID: 0x82C29562
--
Paul Duncan <pabs@pablotron.org> pabs in #ruby-lang (OPN IRC)
http://www.pablotron.org/ OpenPGP Key ID: 0x82C29562
Paul Duncan wrote:
"I use octal until I get to 8, and then I switch to decimal."
Shouldn't that be "until I get to 7"?
Depends on how you are understanding "until".
Pseudocode:
i = 0
until i == 8
puts "%o" % i
i += 1
end
puts "%d" % i
It's probably time to change my sig, anyway. I've been getting too many raised eyebrows from it.
It was meant humorously.
* Jamis Buck (jgb3@email.byu.edu) wrote:
--
Jamis Buck
jgb3@email.byu.edu
http://www.jamisbuck.org/jamis
"I use octal until I get to 8, and then I switch to decimal."
It's probably time to change my sig, anyway. I've been getting too many
raised eyebrows from it.It was meant humorously.
I find that sigs pigeonhole me, much like bumper stickers or T-shirts
with slogans. I try to avoid them.
Paul Duncan wrote:
>>"I use octal until I get to 8, and then I switch to decimal."
>
>Shouldn't that be "until I get to 7"?
>Depends on how you are understanding "until".
Pseudocode:
i = 0
until i == 8
puts "%o" % i
i += 1
end
puts "%d" % i
I see an opportunity for golfing!
puts (0..8).map { |i| (i < 8 ? '%o' : '%d') % i }
It's probably time to change my sig, anyway. I've been getting too many
raised eyebrows from it.It was meant humorously.
I think it's funny :D.
* Jamis Buck (jgb3@email.byu.edu) wrote:
>* Jamis Buck (jgb3@email.byu.edu) wrote:
--
Jamis Buck
jgb3@email.byu.edu
http://www.jamisbuck.org/jamis"I use octal until I get to 8, and then I switch to decimal."
--
Paul Duncan <pabs@pablotron.org> pabs in #ruby-lang (OPN IRC)
http://www.pablotron.org/ OpenPGP Key ID: 0x82C29562
Carl Youngblood wrote:
It's probably time to change my sig, anyway. I've been getting too many
raised eyebrows from it.It was meant humorously.
I find that sigs pigeonhole me, much like bumper stickers or T-shirts
with slogans. I try to avoid them.
To each his own. I find them fun, or thought-provoking. Some of the best laughs I've had have been reading sig-lines on Slashdot posts. ![]()
- Jamis
--
Jamis Buck
jgb3@email.byu.edu
http://www.jamisbuck.org/jamis
luckily for me i'm a pigeon.
![]()
-a
On Sat, 25 Sep 2004, Carl Youngblood wrote:
It's probably time to change my sig, anyway. I've been getting too many
raised eyebrows from it.It was meant humorously.
I find that sigs pigeonhole me, much like bumper stickers or T-shirts
with slogans. I try to avoid them.
EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
PHONE :: 303.497.6469
A flower falls, even though we love it;
and a weed grows, even though we do not love it. --Dogen
===============================================================================
Paul Duncan wrote:
* Jamis Buck (jgb3@email.byu.edu) wrote:
Paul Duncan wrote:
* Jamis Buck (jgb3@email.byu.edu) wrote:
"I use octal until I get to 8, and then I switch to decimal."
Shouldn't that be "until I get to 7"?
Depends on how you are understanding "until".
Pseudocode:
i = 0
until i == 8
puts "%o" % i
i += 1
end
puts "%d" % iI see an opportunity for golfing!
puts (0..8).map { |i| (i < 8 ? '%o' : '%d') % i }
Hole in one (line)! *clap* *clap* *clap*
--
Jamis Buck
jgb3@email.byu.edu
http://www.jamisbuck.org/jamis
That said, I actually do find many of your guys's sigs quite fun and
thought-provoking. So please ignore my rambling pontifications.
On Sat, 25 Sep 2004 05:05:29 +0900, ara.t.howard@noaa.gov <ara.t.howard@noaa.gov> wrote:
On Sat, 25 Sep 2004, Carl Youngblood wrote:
>> It's probably time to change my sig, anyway. I've been getting too many
>> raised eyebrows from it.It was meant humorously.
>
> I find that sigs pigeonhole me, much like bumper stickers or T-shirts
> with slogans. I try to avoid them.luckily for me i'm a pigeon.
-a
--> EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
> PHONE :: 303.497.6469
> A flower falls, even though we love it;
> and a weed grows, even though we do not love it.
> --Dogen