- Apr 29, 2003
-
-
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>
-
Richard Levitte authored
form of unneeded direct calls through the engine pointer..
-
Richard Levitte authored
of unneeded includes of openssl/engine.h.
-
- Apr 07, 2003
-
-
Richard Levitte authored
pointers should be used. It doesn't necessarely mean it should go through the ENGINE framework.
-
Richard Levitte authored
EVP_PKEY_cmp_parameters() returned 0, otherwise it should go on processing the public key component. Thia has nothing to do with the proper handling of EC parameters or not.
-
Richard Levitte authored
Have EVP_PKEY_cmp() call EVP_PKEY_cmp_parameters(), and make a note about the lack of parameter comparison for EC.
-
- Apr 06, 2003
-
-
Richard Levitte authored
-
- Apr 05, 2003
-
-
Richard Levitte authored
PR: 564
-
- Apr 04, 2003
-
-
Richard Levitte authored
rotate_serial() that works like rotate_index().
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
we only check to the opening parenthesis anyway...
-
- Apr 03, 2003
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
we're using the printing functions correctly or not. I used the corresponding attributes found in the header files of my Linux installation.
-
Richard Levitte authored
-