1999-06-09 |
Ulf Möller | Don't define _ANSI_SOURCE for NetBSD. |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Dr. Stephen... | Change the PEM function implementation to use a common... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Bodo Möller | Delete unnecessary newlines in TABLE |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Bodo Möller | des_cbc_encrypt / des_ncbc_encrypt issue. |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Bodo Möller | Update dependencies. |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Bodo Möller | Unify DES library: ncbc_enc.c wasn't used, but its... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Ulf Möller | "extern" is a C++ reserved word. |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Ulf Möller | Remove old libdes version number. |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Bodo Möller | "make update" (added to top Makefile, and applied). |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Bodo Möller | DES CBC change looks dubious to me. |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Bodo Möller | Mention unistd.h. |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Bodo Möller | Some pre-POSIX systems don't have unistd.h (but e.g... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Ben Laurie | Oops. Get rid of now incorrect comment. |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Ben Laurie | I keep forgetting to fix this: update the IV! Most... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Ben Laurie | Make "make test" fail if bntest fails an internal selfc... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Ulf Möller | The des app. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Ben Laurie | Survive pedanticism. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Ulf Möller | crypt(), demos patched. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Ulf Möller | Call our crypt implementation des_crypt(). crypt()... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Ulf Möller | Casts. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Ulf Möller | Warnings and casts. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Ulf Möller | Don't #define _, and eliminate casts. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Ulf Möller | Fix to compile the des app. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Ulf Möller | Prevent name conflicts. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Bodo Möller | "request" added. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Bodo Möller | Use mkdir-p.pl more efficiently. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Bodo Möller | Don't make assumptions on what the path looks like. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Dr. Stephen... | Complete support for PKCS#5 v2.0. Still needs extensive... |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | Fix for BIO pairs. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | Use locking in a way that makes more sense. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | Use the same path to perl in all #! lines in util. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Dr. Stephen... | This is the main PKCS#5 v2.0 key generation function... |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | treat init properly |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | Don't mix real tabs with tabs expanded as 8 spaces... |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | Introduce "BIO pairs", which (when finished) will relay... |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | Mention mkdir-p.pl. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | mkdir -p is not fully portable (according to Marc Crispin, |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | Use only -O, not -O3 for NeXTstep: |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | Comments added. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | linux-sparc |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | "linux-sparc" configuration. |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Bodo Möller | More general definition for S_ISDIR (needed not only... |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Dr. Stephen... | More PKCS#5 v2.0 development. Add a function to setup... |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Dr. Stephen... | Change PBE handling a bit more: now the key and iv... |
commit | commitdiff | tree | snapshot |
1999-06-06 |
Dr. Stephen... | Rewrite PBE handling read to support PKCS#5 v2.0 and... |
commit | commitdiff | tree | snapshot |
1999-06-05 |
Dr. Stephen... | Change so PEM private key read routines can handle... |
commit | commitdiff | tree | snapshot |
1999-06-05 |
Dr. Stephen... | More PKCS#8 stuff. Support for unencrypted forms of... |
commit | commitdiff | tree | snapshot |
1999-06-05 |
Ben Laurie | const/type fixes. |
commit | commitdiff | tree | snapshot |
1999-06-05 |
Dr. Stephen... | Add d2i,i2d bio and fp functions for PKCS#8 and add... |
commit | commitdiff | tree | snapshot |
1999-06-05 |
Dr. Stephen... | Add a 'pkcs8' application for initial PKCS#8 support... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Dr. Stephen... | The rest of the PKCS#5, PKCS#8 patch I forgot before :-) |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Dr. Stephen... | Add PKCS#5 v1.5 compatible algorithms and initial PKCS... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Bodo Möller | Update. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Ben Laurie | Aha! That's how pkcs12 got missed from stackification. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Ben Laurie | Some constification and stacks that slipped through... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Ulf Möller | Support the EBCDIC character set and BS2000/OSD-POSIX... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Bodo Möller | remove conflict indicator ... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Ulf Möller | Support the EBCDIC character set and BS2000/OSD-POSIX... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Bodo Möller | "linux-sparc64-gcc" configuration |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Ulf Möller | Support the EBCDIC character set and BS2000/OSD-POSIX... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Ulf Möller | Generate no-xxx options for missing ciphers. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Ulf Möller | Test apps. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Ulf Möller | Hint about unresolved symbols when mixing compilers. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Ulf Möller | Avoid type conflict on Unix with DEC C. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Ulf Möller | Define a macro to avoid name conflicts. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Ulf Möller | gcc dumps core on HPUX. |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Ben Laurie | More evil cast removal. |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Ben Laurie | Make samples compile. |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Ben Laurie | stack |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Ben Laurie | Evil cast extermination. |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Ben Laurie | stack. |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Ben Laurie | Move stack implementations to more natural places. |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Ben Laurie | Stack. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Ulf Möller | Remove redundant line. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Bodo Möller | Labels longer than eight characters might cause problems. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Ulf Möller | Borland C fix. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Bodo Möller | more typesafe stacks ... |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Bodo Möller | More consistency. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Ben Laurie | stack. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Ben Laurie | Stack. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Bodo Möller | "BTW, I no longer have a wish for this. This was solved... |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Bodo Möller | Complain about deficiency of internal_verify. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Ben Laurie | More stack. |
commit | commitdiff | tree | snapshot |
1999-05-31 |
Bodo Möller | Adjust bsdi-elf-gcc to look more like FreeBSD-elf,... |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Bodo Möller | BSD/OS 4.x support (bsdi-elf-gcc) |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Ben Laurie | Yet another stack. |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Ben Laurie | Another stack. |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Ben Laurie | Another safe stack. |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Ben Laurie | Another safe stack. |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Ben Laurie | More safe stack. |
commit | commitdiff | tree | snapshot |
1999-05-30 |
Ralf S. Engelschall | Puhhh... today is a very hot day. |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Ben Laurie | And carry on with development... |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Ben Laurie | Oops! OpenSSL_0_9_3a |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Ben Laurie | Prepare to release 0.9.3a |
commit | commitdiff | tree | snapshot |
1999-05-29 |
Ben Laurie | Update dependencies. |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Bodo Möller | Pass INSTALL_PREFIX to subdirectories of crypto |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Bodo Möller | Some assembler-related clean-ups. |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Bodo Möller | sco5-gcc configuration. |
commit | commitdiff | tree | snapshot |
1999-05-28 |
Bodo Möller | Include <stdio.h>. |
commit | commitdiff | tree | snapshot |
1999-05-27 |
Bodo Möller | Updated C++ SSL demos. |
commit | commitdiff | tree | snapshot |
next |