~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to debian/README.debian

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-05-15 16:00:58 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515160058-pn9osix02x46r0iy
Tags: 0.9.8b-2
* Don't call gcc with -mcpu on i386, we already use -march, so no need for
  -mtune either.
* Always make all directories when building something:
  - The engines directory didn't get build for the static directory, so
    where missing in libcrypo.a
  - The apps directory didn't always get build, so we didn't have an openssl
    and a small part of the regression tests failed.
* Make the package fail to build if the regression tests fail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
eg: 
12
12
instead of `req` please call `openssl req`
13
13
 
14
 
NOTE: The libssl library version for debian-i386 is optimized for
15
 
486-processors and better. It will not run on 386-processors.
16
 
 
17
 
----
 
14
 
 
15
PATENT ISSUES
 
16
-------------
 
17
 
 
18
Some algorithms used in the library are covered by patents.  As
 
19
a result, the following algorithms in libcrypto have been disabled:
 
20
- RC5
 
21
- MDC2
 
22
- IDEA
 
23
 
 
24
Also see the patents section in the README file.
 
25
 
 
26
 
18
27
Self-signed certs and webservers:
 
28
---------------------------------
19
29
 
20
30
If you get with a selfsigned certificate and a webserver:
21
31
 > "The certificate is not approved for the attempted operation."