| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Submitted by: ache
Notes:
svn path=/head/; revision=59426
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59196
|
| |
|
|
|
|
|
| |
Take responsibility for this makefile again :-)
Notes:
svn path=/head/; revision=59195
|
| |
|
|
|
|
|
|
|
| |
* Some style fixes
Approved by: kris
Notes:
svn path=/head/; revision=59146
|
| |
|
|
|
|
|
|
|
| |
* Some style fixes
Approved by: kris
Notes:
svn path=/head/; revision=59145
|
| |
|
|
|
|
|
| |
Submitted by: Jim Bloom <bloom@acm.org>
Notes:
svn path=/head/; revision=59000
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
the librsa* library and reports which version of the library (OpenSSL/RSAREF)
is being used.
This is then used in openssh to detect the failure case of RSAREF and a RSA key
>1024 bits, to print a more helpful error message than 'rsa_public_encrypt() fai
led.'
This is a 4.0-RELEASE candidate.
Notes:
svn path=/head/; revision=57971
|
| |
|
|
|
|
|
|
| |
Reviewed by: peter
Approved by: jkh
Notes:
svn path=/head/; revision=57804
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57766
|
| |
|
|
|
|
|
| |
ones.
Notes:
svn path=/head/; revision=57682
|
| |
|
|
|
|
|
|
|
|
|
|
| |
path so that ERR_load_strings() is found in certain circumstances
involving dlopen(). eg: main program dlopened foo.so which is linked
against libcrypto. If libcrypto then dlopens librsaUSA.so, then it's
search path doens't find libcrypto (!). One "fix" is to force
modules (eg main opening foo.so) to use the RTLD_GLOBAL flag, the other
is to explicitly declare dependencies (as done here).
Notes:
svn path=/head/; revision=57681
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57615
|
| |
|
|
|
|
|
|
|
|
| |
symlinks. The name is against my better judgement, but I defer to ancient
tradition here because I'm a nice guy.
Reviewed by: -current
Notes:
svn path=/head/; revision=57582
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57569
|
| |
|
|
|
|
|
|
|
|
| |
Reorganize and unify libcrypto's interface so that the RSA implementation
is chosen at runtime via dlopen().
This is a checkpoint and may require more tweaks still.
Notes:
svn path=/head/; revision=57511
|
| |
|
|
|
|
|
| |
this is not very useful as the US repo is missing bits.
Notes:
svn path=/head/; revision=57484
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57476
|
| |
|
|
|
|
|
|
| |
all the builds. There is still no actual RSA implementation code
in libcrypto or src/* on US code trees.
Notes:
svn path=/head/; revision=57474
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57471
|
| |
|
|
|
|
|
| |
Submitted by: Half the freaking planet....
Notes:
svn path=/head/; revision=57456
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57440
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Don't b uild libdes.
o Crypto is now housed in libcrypto (with a compatability symlink to
libdes)
o RSA may depend on RSAREF at your locale.
o OpenSSH is now a part of the base system.
Notes:
svn path=/head/; revision=57437
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57434
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57414
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57413
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57412
|
| |
|
|
|
|
|
| |
Requested by: wollman
Notes:
svn path=/head/; revision=56898
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56316
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56315
|
| |
|
|
|
|
|
|
| |
ports even though it doesn't seem to do anything which requires it
to be separate from libcrypto.
Notes:
svn path=/head/; revision=56314
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56089
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56087
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56080
|
| |
|
|
|
|
|
|
| |
If you need examples of breakage, I'm ready to provide more than a
few.
Notes:
svn path=/head/; revision=56050
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55956
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55950
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55688
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55654
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55585
|
| |
|
|
|
|
|
| |
Pointed out by: marcel
Notes:
svn path=/head/; revision=54829
|
| |
|
|
|
|
|
| |
jumps all over kerberised telnet otherwise.
Notes:
svn path=/head/; revision=52167
|
| |
|
|
|
|
|
| |
Submitted by: Nick Sayer
Notes:
svn path=/head/; revision=51993
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51524
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51511
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Revert the major number back to 2.
libcrypt only export one function, before the recent changes and now:
char *crypt(const char *key, const char *salt);
The prototype didn't changed. Internal representation of `char' and `char *'
didn't changed. Therefore, there is no reason to change the version number.
Notes:
svn path=/head/; revision=51510
|
| |
|
|
|
|
|
| |
a special SONAME of libcrypt.so.3 and the runtime symlink doesn't work.
Notes:
svn path=/head/; revision=51507
|
| |
|
|
|
|
|
|
| |
duplication of effort. Also a large cleanup of the code, inspired
by Brandon Gillespie.
Notes:
svn path=/head/; revision=51461
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51425
|
| |\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=50895
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor-crypto/ssleay/dist/; revision=50894
|