- May 07, 2003
-
-
Richard Levitte authored
called downstream that need it to be non-const. The fact that the RSA_METHOD functions take the RSA* as a const doesn't matter, it just expresses that *they* won't touch it. PR: 602
-
- May 06, 2003
-
-
Richard Levitte authored
Suggested by Götz Babin-Ebell <babin-ebell@trustcenter.de>.
-
- May 05, 2003
-
-
Richard Levitte authored
PR: 602
-
- May 03, 2003
-
-
Richard Levitte authored
-
- May 02, 2003
-
-
Dr. Stephen Henson authored
Fix typo.
-
Richard Levitte authored
-
- May 01, 2003
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
crypto/store/README, crypto/store/store.h and crypto/store/str_locl.h.
-
Richard Levitte authored
-
Richard Levitte authored
-
- Apr 29, 2003
-
-
Richard Levitte authored
-
Richard Levitte authored
that uses them that I'll commit in a few days.
-
Richard Levitte authored
-
Richard Levitte authored
not to mention the OBJ_BSEARCH_* macros.
-
Richard Levitte authored
-
Richard Levitte authored
returns an index.
-
Richard Levitte authored
even if an exact match wasn't found.
-
Richard Levitte authored
flags.
-
- Apr 22, 2003
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
- Apr 21, 2003
-
-
Richard Levitte authored
PR: 578
-
- Apr 16, 2003
-
-
Richard Levitte authored
Memory leak fix: RSA_blinding_on() would leave a dangling pointer in rsa->blinding under certain circumstances. Double definition fix: RSA_FLAG_NO_BLINDING was defined twice.
-
- Apr 15, 2003
-
-
Richard Levitte authored
-
- Apr 11, 2003
-
-
Bodo Möller authored
-
- Apr 10, 2003
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
it's time for a release, so I'm just adding an enty in PROBLEMS, and will hopefully solve this for a later release
-
Richard Levitte authored
-
Dr. Stephen Henson authored
-
- Apr 08, 2003
-
-
Richard Levitte authored
-
Richard Levitte authored
It seems that svr3 and svr5 differ, after all.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
libraries. What's worse, the directories given in LD_LIBRARY_PATH are checked first! Therefore, we need a hack to prepend all the directories we give with -L to the current value of LD_LIBRARY_PATH, thereby temporarly forming a hacked value. Only copy LIBEXTRAS if they are given. Svr5 doesn't use -z allextract...
-
Lutz Jänicke authored
the cipher name in the list is not guaranteed to be at least "buflen" long. PR: 567 Submitted by: "Matt Harren" <matth@cs.berkeley.edu>
-