search for: key_generate

Displaying 4 results from an estimated 4 matches for "key_generate".

2014 Mar 13
0
Starting rails server
Hi, My apologies if a similar topic exists already. I did search, but could not find anything related to below. I am new to Ruby on Rails. I am currently setting up a Ruby on Rails environment on a CentOS 6.4 64-bit server. When I attempt to start the rails server, I get the following: /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-4.0.3/lib/active_support/key_generator.rb:2:in
2001 Mar 11
0
patch to allow client to select rsa/dss
...eys); + return 1; + } + + Key * key_from_blob(char *blob, int blen) { diff -c3 -r orig/openssh-2.5.1p1/key.h openssh-2.5.1p1/key.h *** orig/openssh-2.5.1p1/key.h Mon Jan 29 07:39:26 2001 --- openssh-2.5.1p1/key.h Sun Mar 11 22:50:23 2001 *************** *** 55,60 **** --- 55,61 ---- Key *key_generate(int type, u_int bits); Key *key_from_private(Key *k); int key_type_from_name(char *name); + int pkalg_valid(const char *name); Key *key_from_blob(char *blob, int blen); int key_to_blob(Key *key, u_char **blobp, u_int *lenp); Only in orig/openssh-2.5.1p1/: mkstring diff -c3 -r orig/openss...
2001 Jul 24
4
Debugging ssh-keygen dsa on Solaris8
..."dsa_lib.c" [3] DSA_generate_parameters(bits = ???, seed_in = ???, seed_len = ???, counter_ret = ???, h_ret = ???, callback = ???, cb_arg = ???) (optimized), at 0x4ace4 (line ~115) in "dsa_gen.c" [4] dsa_generate_private_key(bits = 1024U), line 560 in "key.c" [5] key_generate(type = 2, bits = 1024U), line 576 in "key.c" [6] main(ac = 7, av = 0xffbefc74), line 781 in "ssh-keygen.c"
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi, The following patches add support for ext4 and btrfs to PV-GRUB. These patches are taken nearly verbatim from those provided by Fedora and Gentoo. We''ve been using these patches for the PV-GRUB images available in EC2 for some time now with no problems. Changes from v1: - Makefile has been changed to check the exit code from patch - The btrfs patch has been rebased to apply