- Jun 27, 2002
-
-
Richard Levitte authored
PR: 119
-
Richard Levitte authored
PR: 117
-
Richard Levitte authored
structure field names. PR: 112
-
Richard Levitte authored
PR: 106
-
Richard Levitte authored
PR: 105
-
Richard Levitte authored
was that they weren't really needed any more for EVP itself. However, it seems like soma applications (I know about OpenSSH, but there may be more) used evp.h as the 'load all' header file, which makes sense since we try our best to promote the use of EVP instead of the lower level crypto algorithms. Therefore, I put the inclusions back so the application authors don't get too shocked by all the errors they would otherwise get. Thanks to Theo de Raadt for making us aware of this.
-
- Jun 26, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Bodo Möller authored
-
- Jun 25, 2002
-
-
Richard Levitte authored
-
- Jun 21, 2002
-
-
Geoff Thorpe authored
pointers passed to them whenever necessary. Otherwise it is possible the caller may have overwritten (or deallocated) the original string data when a later ENGINE operation tries to use the stored values. Submitted by: Götz Babin-Ebell <babinebell@trustcenter.de> Reviewed by: Geoff Thorpe PR: 98
-
- Jun 20, 2002
-
-
Lutz Jänicke authored
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at> Reviewed by: PR:
-
Lutz Jänicke authored
-
Lutz Jänicke authored
Make sure to use the predefined PERL. Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at> Reviewed by: PR:
-
Geoff Thorpe authored
Submitted by: Pieter Bowman <bowman@math.utah.edu>
-
Lutz Jänicke authored
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at> Reviewed by: PR:
-
- Jun 18, 2002
-
-
Lutz Jänicke authored
-
Bodo Möller authored
so it can't be bad)
-
Bodo Möller authored
so it can't be bad) PR: 102
-
Bodo Möller authored
EC_GROUP_set_seed(), EC_GROUP_get0_seed(), EC_GROUP_get_seed_len()). New functions ECPKParameters_print(), ECPKParameters_print_fp(). Submitted by: Nils Larsch
-
- Jun 17, 2002
-
-
Bodo Möller authored
-
- Jun 16, 2002
-
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
Lutz Jänicke authored
Submitted by: ross.alexander@uk.neceur.com, allenh@eecs.berkeley.edu Reviewed by: PR: 96
-
Lutz Jänicke authored
functions and is redirected by macros. Switch it off now, possible removal later.
-
- Jun 14, 2002
-
-
Lutz Jänicke authored
Submitted by: ross.alexander@uk.neceur.com Reviewed by: PR: 96
-
Lutz Jänicke authored
Use DECLARE macros in asn1* instead of direct declaration. Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de> Reviewed by: PR: 89
-
Bodo Möller authored
vulnerability workaround (included in SSL_OP_ALL). PR: #90
-
- Jun 13, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
PR: 62
-
Richard Levitte authored
PR: 96
-
Richard Levitte authored
-
Richard Levitte authored
PR: 75
-
Richard Levitte authored
Part of PR: 75
-
Richard Levitte authored
Do file copying in term of perl statements instead of using cp. Part of PR: 75
-
Richard Levitte authored
strictly necessary, so let's not do that.
-
Lutz Jänicke authored
Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de> PR: 89
-
Dr. Stephen Henson authored
Fix ext_dat.h extension ordering. Reinstate -reqout code. Avoid coredump in ocsp if setup_verify fails. Fix typo in ocsp usage message.
-
Lutz Jänicke authored
Submitted by: Vadim Fedukovich <vf@unity.net> Reviewed by: Lutz Jaenicke PR: 80
-
Lutz Jänicke authored
-
Dr. Stephen Henson authored
structures for fields that are not OPTIONAL. However in the AUTHORITY_INFO_ACCESS case the 'location' field was set to NULL in the old code. So in 0.9.7+ we should free up the field before overwriting it in v2i_AUTHORITY_INFO_ACCESS.
-